Skip to content
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

Open
omeratt opened this issue Feb 12, 2025 · 2 comments
Open

Error running Ios - MergeInfoPlistFile #955

omeratt opened this issue Feb 12, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@omeratt
Copy link
Collaborator

omeratt commented Feb 12, 2025

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

  • Version of currently used Radon IDE : 1.3.0
  • Version of React Native/Expo used in the project: bare react native 0.75.3
@omeratt omeratt added the bug Something isn't working label Feb 12, 2025
@omeratt omeratt changed the title Error running Ios Error running Ios - MergeInfoPlistFile Feb 12, 2025
@filip131311
Copy link
Collaborator

Hello, thank you for letting us know about your issue, I tried and failed to reproduce your issue, but have some ideas:
0) Could you tell us what is your normal flow of simulating the application? Do you run npm run ios or use xcode to run the application directly?

  1. Does the vscode have permissions to the documents folder on your machine?

Image

  1. Would you mind telling us if you open vs code using code command in your terminal or by opening it through system?
  2. as a last resort could you add your project to a different directory like desktop and try running it from there?

@omeratt
Copy link
Collaborator Author

omeratt commented Feb 12, 2025

Hello, thank you for letting us know about your issue, I tried and failed to reproduce your issue, but have some ideas: 0) Could you tell us what is your normal flow of simulating the application? Do you run npm run ios or use xcode to run the application directly?

  1. Does the vscode have permissions to the documents folder on your machine?

Image

  1. Would you mind telling us if you open vs code using code command in your terminal or by opening it through system?
  2. as a last resort could you add your project to a different directory like desktop and try running it from there?

hey thanks for the quick response,
0. i am running:
"runIsraIos": "export ENVFILE=.env.aimob && yarn configaimob && react-native run-ios --scheme AIMobile"

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.

  1. my vscode have full disk access
  2. i can open vs code from code command and also through system
  3. i can try it, but i dont think this is the problem because its already worked for me in the past versions...

i am recently upgrade my react native project to 0.75.3.

hope this information helps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants