Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: "This app could not be installed at this time."

Working with my first application for learning purposes. It goes well but has met into a problem with Xcode. When I try to run the application on the iPhone simulator this message always pops up "This app could not be installed at this time."

screenshot

What is wrong? There are no errors when trying to build the app. Has tried to clean the build. Reinstall pods. Restarted Xcode. Erased all settings on the simulator device, however, the problems still exist.

The error message does not give me any information. Is there another logfile I could look into or something?

like image 813
JoakimSjo Avatar asked Dec 11 '17 20:12

JoakimSjo


1 Answers

I managed to find the problem. The problem was that I had added some keys to a property list file that was not valid. I found the error by looking in the log file that was located here: ~/Library/Logs/CoreSimulator/

like image 105
JoakimSjo Avatar answered Oct 13 '22 18:10

JoakimSjo