-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running Ios - MergeInfoPlistFile #955
Comments
Hello, thank you for letting us know about your issue, I tried and failed to reproduce your issue, but have some ideas:
|
hey thanks for the quick response, this is my package json script relevant to "runIsraIos": {
"runIsraIos": "export ENVFILE=.env.aimob && yarn configaimob && react-native run-ios --scheme AIMobile",
"configaimob": "yarn copy-config-to-uikit-aimob",
"copy-config-to-uikit-aimob": "echo '{\"appname\": \"aimob\"}' > uikitConfig.json && cp uikitConfig.json src/ui-
kit/config.json"
} and also can run it from xcode too.
i am recently upgrade my react native project to 0.75.3. hope this information helps |
first i want to compliment to all the contributors, very nice job and very appreciate work!
i got an error when i try to run ios in react native 0.75.3 with the new radon ide (1.3.0) i got build error:
2025-02-12 09:20:13.280 [info] ** BUILD FAILED **
2025-02-12 09:20:13.280 [info]
2025-02-12 09:20:13.280 [info]
2025-02-12 09:20:13.280 [info] The following build commands failed:
2025-02-12 09:20:13.280 [info] MergeInfoPlistFile /Users/omeratias/Library/Developer/Xcode/DerivedData/AIMobile-cihiaebpkmoabaeclkcdvapwkpjc/Build/Intermediates.noindex/AIMobile.build/Debug-iphonesimulator/AIMobile.build/Preprocessed-Info.plist "" (in target 'AIMobile' from project 'AIMobile')
react-native: 0.75.3
node:18
os: macos 14
i try to run ios with default configuration of radon ide
The text was updated successfully, but these errors were encountered: