erha19 commented on issue #2102: weex debug 不能用了 URL: https://github.com/apache/incubator-weex/issues/2102#issuecomment-462595909 @farwolf2010 that's the podfile: ``` source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' #inhibit_all_warnings! def common pod 'WeexSDK', '0.20.0' pod 'WXDevtool', '0.20.1' pod 'SDWebImage', '3.7.5' pod 'SocketRocket', '0.4.2' pod 'ATSDK-Weex', '0.0.1',:configurations => ['Debug'] pod 'BindingX', '1.0.3' # WeexGcanvas is added by Weex Plugin, more info at https://market.dotwe.org/ext/list.htm #pod 'WeexGcanvas' end target 'WeexDemo' do common end target 'WeexUITestDemo' do common end ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
