join us on Discord for support, updates, and all things Snap AR! See you there!
React-Native Wrapper Build error
Hi there,
I keep running into this error on my build
note: Run script build phase 'Start Packager' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CameraKitReactNativeExample' from project 'CameraKitReactNativeExample')
note: Run script build phase 'Bundle React Native code and images' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CameraKitReactNativeExample' from project 'CameraKitReactNativeExample') /Users/michaelturkington/SnapMobile/camera-kit-react-native/example/ios/Pods/Pods.xcodeproj:
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.5.99. (in target 'react-native-video' from project 'Pods')
** BUILD FAILED **
I've updated the deployment target versions to 12.4 - not sure where it's getting 11 from and unchecked both 'Bundle React Native code and images' and 'Start Package' - "Based on dependency analysis"
Anyone else running into this error?
Comments
-
Hi @TheSpectacle Thanks for posting on the forum and apologies for the delay. I'll submit an eng ticket to try to look into it. Though tbh, if the root cause is outside of the SDK, then it's likely something we cannot address immediately.
0