Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load Info.plist from bundle

Cannot run app. Failed to load Info.plist from bundle error occurs. When I CMD+K clean the project, it runs fine. But I have to clean the project every time I make changes and run the app.

enter image description here

Following is the screenshot of my podfile: enter image description here

like image 651
Chanchal Raj Avatar asked Oct 30 '16 10:10

Chanchal Raj


People also ask

Does the bundle contain an info plist?

plist does not contain a CFBundleVersion (Bundle version) key or a CFBundleShortVersionString (Bundle versions string, short) key.

What is info plist in Xcode?

Xcode supplies an information property list file when you create a project from a template, as described in Create a project. By default, Xcode names this file Info. plist and adds it to your project as a source file that you can edit. Xcode creates one information property list for each target in the project folder.


2 Answers

I had tried all suggestion and none of them work Then I tried to Reset content and Setting of simulator and it worked for me. :)

like image 120
Reema Avatar answered Oct 16 '22 08:10

Reema


Simply

Just quit the simulator and open it again and it should works fine

like image 41
Musa almatri Avatar answered Oct 16 '22 07:10

Musa almatri