Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to load Info.plist from bundle at path

Tags:

ios

xcode8.2

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?

like image 495
Tapas Pal Avatar asked Dec 21 '16 19:12

Tapas Pal


2 Answers

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

like image 190
GeraldoBastos Avatar answered Sep 27 '22 22:09

GeraldoBastos


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.

like image 21
ViJay Avhad Avatar answered Sep 27 '22 22:09

ViJay Avhad