Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode could not locate the installed application

In XCode 11 when I trying to run the app xcode showing installation successful but a alert appears with message "Could not locate installed application Install claimed to have succeeded, but application could not be found on device. bundleId = com.xxx.xxx "

I tried all solution given here and here

But these solutions didn't work for me. Please help me regarding this.

like image 882
Deepak Kharpodiya Avatar asked Sep 27 '19 14:09

Deepak Kharpodiya


3 Answers

This popped up for me. I was able too solve the problem by selecting "Automatically manage signing" on the Signing and Capabilities tab of the Project's application target configuration panels.

Project Property Pane Screenshot

Interestingly, I was able to then change it back and it installed, ran and debugged properly. Go figure

like image 141
levous Avatar answered Nov 05 '22 13:11

levous


The only solution I've found is by simply changing the bundle identifier. But I could not find what is wrong with the previous identifier while I used it in xcode 10 as well and it was working fine.

like image 38
Deepak Kharpodiya Avatar answered Nov 05 '22 11:11

Deepak Kharpodiya


Run you code in debug mode instead release mode. you can change to debug mode from edit scheme.

like image 2
Vikesh Prasad Avatar answered Nov 05 '22 13:11

Vikesh Prasad