Open Meetcpatel opened 4 months ago
Thanks for the report, few questions:
pod install
?Yes, running pod install
CocoaPods: version: 1.15.2 react-native: installed: 0.73.6
@gtokman
Same Issue here
settings "deploymentTarget": "15.0" in app.json worked for me app.json
"plugins": [ [ "expo-build-properties", { "ios": { "deploymentTarget": "15.0" } } ], ]
I am trying to prebuild so I can use
react-native-openai
but it givesI am attempting to prebuild my project in order to use the react-native-openai package. However, I am encountering the following error during the process:
Steps to Reproduce
Expected Behavior
The project should successfully prebuild without any errors related to CocoaPods or UUID initialization.
Actual Behavior
The build process fails with errors indicating incompatible CocoaPods versions for ReactNativeOpenAI and issues with unknown UUIDs being discarded.
System Info: