Closed justinrclarke closed 7 months ago
:warning: | Newer Version of React Native is Available! |
---|---|
:information_source: | You are on a supported minor version, but it looks like there's a newer patch available. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases. |
Did you solve this problem? I am also facing this problem. It just happened after upgrading Xcode 14.3 today.
Did you solve this problem? I am also facing this problem. It just happened after upgrading Xcode 14.3 today.
I have not.
Same issue
i had the same issue. i installed an old version of xcode: 13 https://developer.apple.com/download/all/ and move it to Application folder/ old_xcode/ then i run the project with it. voila!
same issue but with FirebaseCoreInternal
I've the same issue on Mac M1 . Is there any solution for this ?
I've the same issue on Mac M1 . Is there any solution for this ?
2 things:
I've the same issue on Mac M1 . Is there any solution for this ?
Same issue with FirebaseCoreInternal and many others, I even downgraded to Xcode 14.2. Archive works for some reason but trying to run the app, then it shows many errors with "Module map file ... FirebaseCoreInternal.modulemap" not found.
I've the same issue on Mac M1 . Is there any solution for this ?
Same issue with FirebaseCoreInternal and many others, I even downgraded to Xcode 14.2. Archive works for some reason but trying to run the app, then it shows many errors with "Module map file ... FirebaseCoreInternal.modulemap" not found.
downgrade to 13 or https://github.com/facebook/react-native/issues/37035#issuecomment-1600571386
Hi! i'm having a similar Issue trying to run a build but in commandline:
xcodebuild build -scheme "Glik" -sdk iphoneos -destination generic/platform=iOS
i can perfectly do a Build using XCode app, but i can't using commandline
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
Description
Each time when I attempt to Archive the iOS version of the application to get ready to submit it to the Apple Store, I get the same error over and over. It doesn't matter if I delete my pod files and regenerate them with the latest updates to the podfiles, it still happens. The app runs fine when I build and run the app with Metro, and everything is successful there. The application will build fine, if I run it via the workspace, just can't Archive the app.
/Users/user/Library/Developer/Xcode/DerivedData/LifeToday-caskrvjsffghbleogspftkkdkjla/Build/Intermediates.noindex/ArchiveIntermediates/LifeToday/IntermediateBuildFilesPath/LifeToday.build/Release-iphoneos/LifeToday.build/DerivedSources/LifeToday_vers.c module map file '/Users/user/Library/Developer/Xcode/DerivedData/LifeToday-caskrvjsffghbleogspftkkdkjla/Build/Intermediates.noindex/ArchiveIntermediates/LifeToday/BuildProductsPath/Release-iphoneos/YogaKit/YogaKit.modulemap' not found
Below are my npm dependencies.
"dependencies": { "@react-native-async-storage/async-storage": "github:react-native-async-storage/async-storage", "@react-native-community/slider": "^4.4.2", "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/drawer": "^6.6.2", "@react-navigation/native": "^6.1.6", "@react-navigation/native-stack": "^6.9.12", "@react-navigation/stack": "^6.3.16", "axios": "^1.3.4", "babel-plugin-module-resolver": "^5.0.0", "react": "18.2.0", "react-native": "0.71.6", "react-native-airplay-btn": "^1.1.0", "react-native-expo-viewport-units": "^0.0.8", "react-native-fast-image": "^8.6.3", "react-native-gesture-handler": "^2.9.0", "react-native-google-cast": "^4.6.2", "react-native-rate": "^1.2.12", "react-native-reanimated": "^3.0.2", "react-native-render-html": "^6.3.4", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.20.0", "react-native-simple-audio-player": "^1.0.3", "react-native-snap-carousel": "^3.9.1", "react-native-splash-screen": "^3.3.0", "react-native-vector-icons": "^9.2.0", "react-native-video": "^5.2.1", "react-native-video-controls": "^2.8.1", "react-native-webview": "^12.0.0", "react-redux": "^8.0.5", "redux": "^4.2.1", "redux-persist": "^6.0.0", "redux-thunk": "^2.4.2" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native-community/eslint-config": "^3.2.0", "@tsconfig/react-native": "^2.0.2", "@types/jest": "^29.2.1", "@types/react": "^18.0.24", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", "metro-react-native-babel-preset": "0.73.9", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4" },
React Native Version
0.71.6
Output of
npx react-native info
System: OS: macOS 13.3.1 CPU: (12) arm64 Apple M2 Pro Memory: 169.80 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.0.0 - /opt/homebrew/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 9.6.4 - /opt/homebrew/bin/npm Watchman: Not Found Managers: CocoaPods: 1.12.1 - /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.4, iOS 16.4, macOS 13.3, tvOS 16.4, watchOS 9.4 Android SDK: Not Found IDEs: Android Studio: 2022.2 AI-222.4459.24.2221.9862592 Xcode: 14.3/14E222b - /usr/bin/xcodebuild Languages: Java: Not Found npmPackages: @react-native-community/cli: Not Found react: 18.2.0 => 18.2.0 react-native: 0.71.6 => 0.71.6 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found
Steps to reproduce
Snack, code example, screenshot, or link to a repository