react-native-twilio-video-webrtc
react-native-twilio-video-webrtc copied to clipboard
Can not run/create archive on iOS
Expected behaviour
iOS project should compile in Release mode
Actual behaviour
At trying to build/archive release mode i get a:
ld: warning: directory not found for option '-F/Users/NONE/Library/Developer/Xcode/DerivedData/ojeo-chkqeeqtrgvgcvgsjeztvuvszqdg/Build/Products/Release-iphonesimulator/XCFrameworkIntermediates/TwilioVideo' ld: warning: directory not found for option '-F/Users/NONE/Desktop/LoneTwilio1/ios/Pods/TwilioVideo” /Users/NONE/Library/Developer/Xcode/DerivedData/oo-chkqeeqtrgvgcvgsjeztvuvszqdg/Build/Products/Release-iphonesimulator/XCFrameworkIntermediates/TwilioVideo' ld: library not found for -lreact-native-twilio-video-webrtc
Environment
- node: v12.16.1
- "react": "17.0.1",
- "react-native": "0.64.0",
- iOS 11.0
react-native-twilio-video-webrtc
TwilioVideo (4.4.0) react-native-twilio-video-webrtc (2.0.0)
Do you have a little more detail? This reads more like a configuration error in the way you have the pod set up.
Try to delete your derived data folder & run npx pod-install and build the project again.
Make sure to set your iOS deployment target to at least 11.0 in the "project" section.