blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
MIT License
604 stars 402 forks source link

Can not run/create archive on iOS #493

Open manchasavalos opened 3 years ago

manchasavalos commented 3 years ago

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

react-native-twilio-video-webrtc

TwilioVideo (4.4.0) react-native-twilio-video-webrtc (2.0.0)

slycoder commented 3 years ago

Do you have a little more detail? This reads more like a configuration error in the way you have the pod set up.

raajnadar-cb commented 3 years ago

Try to delete your derived data folder & run npx pod-install and build the project again.

ayush-shta commented 3 years ago

Make sure to set your iOS deployment target to at least 11.0 in the "project" section.

Screen Shot 2021-07-08 at 12 18 28 PM