RxReader / weibo_kit

Flutter版新浪微博登录/分享
Apache License 2.0
105 stars 33 forks source link

ios 13版本 iPhone x max打包出错 #16

Open jinsong5 opened 5 years ago

jinsong5 commented 5 years ago

Xcode's output: ↳ In file included from /Users/jinsong5/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/fake _weibo-0.2.4/ios/Classes/FakeWeiboPlugin.m:2: /Users/jinsong5/Desktop/zhongce/ios/Pods/Headers/Public/Weibo_SDK/WeiboSDK.h :153:9: warning: parameter 'mid' not found in the function declaration [-Wdocumentation] @param mid 微博id ^~~ /Users/jinsong5/Desktop/zhongce/ios/Pods/Headers/Public/Weibo_SDK/WeiboSDK.h :154:9: warning: parameter 'aid' not found in the function declaration [-Wdocumentation] @param aid 文章id ^~~ /Users/jinsong5/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/fake _weibo-0.2.4/ios/Classes/FakeWeiboPlugin.m:165:44: warning: unused variable 'sendMessageToWeiboResponse' [-Wunused-variable] WBSendMessageToWeiboResponse sendMessageToWeiboResponse = (WBSendMessageToWeiboResponse ) response; ^ 3 warnings generated. In file included from /Users/jinsong5/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/fake _weibo-0.2.4/ios/Classes/FakeWeiboPlugin.m:2: /Users/jinsong5/Desktop/zhongce/ios/Pods/Headers/Public/Weibo_SDK/WeiboSDK.h :153:9: warning: parameter 'mid' not found in the function declaration [-Wdocumentation] @param mid 微博id ^~~ /Users/jinsong5/Desktop/zhongce/ios/Pods/Headers/Public/Weibo_SDK/WeiboSDK.h :154:9: warning: parameter 'aid' not found in the function declaration [-Wdocumentation] @param aid 文章id ^~~ /Users/jinsong5/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/fake _weibo-0.2.4/ios/Classes/FakeWeiboPlugin.m:165:44: warning: unused variable 'sendMessageToWeiboResponse' [-Wunused-variable] WBSendMessageToWeiboResponse sendMessageToWeiboResponse = (WBSendMessageToWeiboResponse ) response; ^ 3 warnings generated. ld: warning: instance method 'wbsdk_stringByReplacingRange:with:' in category from /Users/jinsong5/Desktop/zhongce/ios/Pods/Weibo_SDK/libWeiboSDK/libWeiboSDK.a (WBSDKComposerWebViewController.o) conflicts with same method from another category ld: warning: instance method 'wbsdk_stringByReplacingRange:with:' in category from /Users/jinsong5/Desktop/zhongce/ios/Pods/Weibo_SDK/libWeiboSDK/libWeiboSDK.a (WBSDKAuthorizeWebViewController.o) conflicts with same method from another category ld: warning: instance method 'wbsdk_stringByReplacingRange:with:' in category from /Users/jinsong5/Desktop/zhongce/ios/Pods/Weibo_SDK/libWeiboSDK/libWeiboSDK.a (WBSDKComposerWebViewController.o) conflicts with same method from another category ld: warning: instance method 'wbsdk_stringByReplacingRange:with:' in category from /Users/jinsong5/Desktop/zhongce/ios/Pods/Weibo_SDK/libWeiboSDK/libWeiboSDK.a (WBSDKAuthorizeWebViewController.o) conflicts with same method from another category Non-fat binary /Users/jinsong5/Desktop/zhongce/build/ios/Debug-iphoneos/Runner.app/Framewor ks/Reachability.framework/Reachability is not armv7. Running lipo -info: Non-fat file: /Users/jinsong5/Desktop/zhongce/build/ios/Debug-iphoneos/Runner.app/Framewor ks/Reachability.framework/Reachability is architecture: arm64 Command PhaseScriptExecution failed with a nonzero exit code note: Using new build systemnote: Planning buildnote: Constructing build description

Could not build the precompiled application for the device.

Error launching application on iPhone.