Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: Could not locate installed application. Install claimed to have succeeded, but application could not be found on device

Tags:

xcode

ios

I manually deleted my app from the iPhone and now I get this error message when trying to run it again from Xcode.

I cleaned the build folder, restarted the device, Xcode and the Mac, nothing helps.

I also tried everything that's mentioned here: Install claimed to have succeeded, but application could not be found on device

How do I force a re-installation?

like image 898
Swissdude Avatar asked Jun 15 '19 22:06

Swissdude


2 Answers

I ran into the same issue while testing a app on iOS 13 via XCode 11.0. Building via the legacy system solved it (File > Workspace Settings... > Build System > Legacy Build System).

Hope it helps

like image 139
Tan Vu Avatar answered Sep 21 '22 14:09

Tan Vu


As always, when the question is posted on SO, one finds a solution ;)

I edited the Scheme, setting the build configuration from debug to release and that installed the app again. Changed it back to debug and now it's running again as expected.

like image 33
Swissdude Avatar answered Sep 22 '22 14:09

Swissdude