Failed to load Info.plist from bundle at path

15.1k Views Asked by At

I am using xcode 8.2.1. For the first time or just after deleting the app from the simulator it's working fine. But from the second time I got the following error!!!

enter image description here

I tried to solve my problem from the following links, but those also doesn't work for me.

Failed to load Info.plist from bundle

Unable to run app in Simulator : Xcode beta 6 iOS 8

Any other solution?

3

There are 3 best solutions below

8
GeraldoBastos On

Please, check if your Bolt target has a Info.plist in Identity as the image below, if not, click on the button with title Choose Info.plist File... and choose it. enter image description here

3
ViJay Avhad On

First Try

Cleaning the build folder resolved the issue for me. I hope it helps someone!

(While holding down the Alt-key: Product > Clean build folder)

Second Try

Launch/Relaunch the iphone simulator then go to simulator->reset contents and settings. Then,quit all the application and restart your mac.

1
Anas On

Check your bundle identifier. If you create your project with bundle identifier like com.example.com and then you change your bundle identifier then it causes above error.I have same issue, then i check my bundle identifier which i was set during project setup & then i change it it causes above error.