1

enter image description here

enter image description here As per the error message I verified that .plist is available and i verified that the executable file name also present.

I tried with simulator to same problem.

I restarted Xcode and I cleaned my project but still same problem.

I didn't faced this problem before, I think you guys can help me. Thanks!

Kishore Kumar
  • 4,265
  • 3
  • 26
  • 47

3 Answers3

2

I think that you accidentally have erased this key from your info.plist

Executable File : $(EXECUTABLE_NAME)

enter image description here

this is the cause of your problem

I hope this helps you

Reinier Melian
  • 20,519
  • 3
  • 38
  • 55
2

Go to YourTarget > Build Settings > Packaging > Info.plist File and check here the path to your .plist file.

Also it would be helpful to clear your derived data folder, and re-build project again.

Evgeny Karkan
  • 8,782
  • 2
  • 32
  • 38
0
  1. delete info.plist then re include it to the last location same folder by dragging and add to targets
  2. try shift+command+option+k this cleans your build folder.
  3. check these link1 link2..
Community
  • 1
  • 1
vaibhav
  • 4,038
  • 1
  • 21
  • 51