You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloned the git repo and ran npm install --legacy-peer-deps and then npm run iosor npm run android however the app will not compile.
info Building (using "xcodebuild -workspace rn_starter_kit.xcworkspace -configuration Debug -scheme rn_starter_kit -destination id=393403822-070A-4D4C-8AB1-ED492044482")
info 💡 Tip: Make sure that you have set up your development environment correctly, by running npx react-native doctor. To read more about doctor command visit: https://github.com/react-native-community/cli/blob/main/packages/cli-doctor/README.md#doctor
error Unable to open base configuration reference file '/Users/user/Dev/react-native-starter-kit/ios/Pods/Target Support Files/Pods-rn_starter_kit/Pods-rn_starter_kit.debug.xcconfig'. (in target 'rn_starter_kit' from project 'rn_starter_kit')
error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'rn_starter_kit.xcworkspace'.
This is on M1 MacBook with MacOS 15.3
The text was updated successfully, but these errors were encountered:
Cloned the git repo and ran
npm install --legacy-peer-deps
and thennpm run ios
ornpm run android
however the app will not compile.This is on M1 MacBook with MacOS 15.3
The text was updated successfully, but these errors were encountered: