问题
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