datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
273 stars 232 forks source link

Build is failing on iPhone 6S device, meanwhile works on emulator. #102

Closed neyaoz closed 6 years ago

neyaoz commented 6 years ago

ld: '/Users/macOS/Library/Developer/Xcode/DerivedData/App-clrxcicgbrnupufwzvtvzwrwnlcw/Build/Products/Debug-iphoneos/libRTCPjSip.a(PjSipEndpoint.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file '/Users/macOS/Library/Developer/Xcode/DerivedData/App-clrxcicgbrnupufwzvtvzwrwnlcw/Build/Products/Debug-iphoneos/libRTCPjSip.a' for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see invocation)

@datso May you help me, please?

rcorrie commented 6 years ago

Have you tried

disable bitcode for this target

henrikbjorn commented 5 years ago

What are the implications of having this disabled?