Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jinsong5 opened this issue Oct 23, 2019 · 0 comments
Open

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

jinsong5 opened this issue Oct 23, 2019 · 0 comments

Comments

@jinsong5
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant