React native Twitter Signin release build issue

怎甘沉沦 提交于 2020-01-04 05:14:11

问题


I am using the react-native-twitter-signin plugin for twitter login in iOS, but I am not able to build the release build in iOS as it shows:

Apple Mach o- linker issue:

/Documents/Example-fnshwaxexazdtybaedpmgfxfynrx/Build/Intermediates.noindex/ArchiveIntermediates/Example/BuildProductsPath/Release-iphoneos/libRNTwitterSignIn.a

The same application is running perfectly in Debug Mode on iOS:
I have already linked the libRNTwitterSignin.a under linked binary with libraries

Does anyone know a solution to this problem?


回答1:


I faced the same issue, finally did like below. please add RNTwitterSignIn to Target Dependences of build phases. It will fix that.



来源:https://stackoverflow.com/questions/52320203/react-native-twitter-signin-release-build-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!