RxReader / wechat_kit

Flutter版微信登录/分享/支付 SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios无法执行flutter run

SpanishOnion opened this issue · comments

pod 版本:1.8.4
执行flutter run 后报以下错误:

Error output from Xcode build:

** BUILD FAILED **

Xcode's output:

In file included from /Users/leo/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/wechat_kit-1.0.1/ios/Classes/WechatKitPlugin.m:2:
In file included from /Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApi.h:10:
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApiObject.h:385:14: warning: empty paragraph passed to '@attention' command [-Wdocumentation]
* @attention
~~~~~~~~~~^
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApiObject.h:390:14: warning: empty paragraph passed to '@attention' command [-Wdocumentation]
* @attention
~~~~~~~~~~^
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApiObject.h:408:14: warning: empty paragraph passed to '@attention' command [-Wdocumentation]
* @attention
~~~~~~~~~~^
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApiObject.h:1009:9: warning: empty paragraph passed to '@note' command [-Wdocumentation]
* @note
~~~~~^
In file included from /Users/leo/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/wechat_kit-1.0.1/ios/Classes/WechatKitPlugin.m:2:
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApi.h:37:56: warning: empty paragraph passed to '@param' command [-Wdocumentation]
* @param resp具体的回应内容,是自动释放的
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApi.h:37:11: warning: parameter 'resp具体的回应内容,是自动释放的' not found in the function declaration [-Wdocumentation]
* @param resp具体的回应内容,是自动释放的
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApi.h:37:11: note: did you mean 'resp'?
* @param resp具体的回应内容,是自动释放的
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
resp
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/WechatOpenSDK/WXApi.h:178:11: warning: empty paragraph passed to '@param' command [-Wdocumentation]
* @param
~~~~~~^
7 warnings generated.
8 warnings generated.
In file included from /Users/leo/development/flutter/.pub-cache/hosted/pub.flutter-io.cn/fake_weibo-0.2.4/ios/Classes/FakeWeiboPlugin.m:2:
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/Weibo_SDK/WeiboSDK.h:153:9: warning: parameter 'mid' not found in the function declaration [-Wdocumentation]
@param mid 微博id
^~~
/Users/leo/Desktop/vhiphop/ios/Pods/Headers/Public/Weibo_SDK/WeiboSDK.h:154:9: warning: parameter 'aid' not found in the function declaration [-Wdocumentation]
@param aid 文章id
^~~
/Users/leo/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/leo/Desktop/vhiphop/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/leo/Desktop/vhiphop/ios/Pods/Weibo_SDK/libWeiboSDK/libWeiboSDK.a(WBSDKAuthorizeWebViewController.o) conflicts with same method from another category

Did you resolve it?