skip to Main Content

I’ve been having this issue for several days now. I’ve successfully moved my code base to a new MacBook (M1), removed all CocoaPods & swapped them out for Swift packages.

All the code successfully compiles without issue now (Xcode 14.2 & 15) but right as the simulator loads up, I get this error message below.

I’ve tried clearing the cache on the simulator, restarting it, cleaning out derived data, and ensuring I don’t have multiple plist files – not sure what else to try.

Simulator device returned an error for the requested operation. Please try again later. Failed to load Info.plist from bundle at path

Simulator error message

2

Answers


  1. Chosen as BEST ANSWER

    To close this out - I discovered that my info plist file was not included in the "Compile Sources" in the "Build Phases" under my Target. Adding it in immediately solved this issue.

    enter image description here


  2. а что ты добавил в headers а то у меня тоже такая же ошибка

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search