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.
Following is the screenshot of my podfile:
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. :)
Simply
Just quit the simulator and open it again and it should works fine
1: Remove app from simulator,
2: Product > Clean ,
3: Simulator > Hardware > Reboot ,
It solved my problem. In case it doesn't resolved, change your bundle identifier.
It was duplicated frameword when you config. Please check again in Embedded Binaries and Linked Frameworks and Libraries. With some frameworks, you don't need add in both sections, please remove one. It worked with me
None of the above suggestions worked for me.
Changed the Embed setting for the complained framework to Do Not Embed resolved the issue. :)