Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install claimed to have succeeded, but application could not be found on device

Xcode gave me this message:

Could not locate installed application Install claimed to have succeeded, but application could not be found on device. bundleId = (null)

I just started using pods.

How do I fix this?

like image 881
LucasKarlsson Avatar asked May 15 '16 17:05

LucasKarlsson


People also ask

Why does it say app could not be installed?

Corrupted storage, especially corrupted SD cards, is one of the most common reasons why Android app not installed error occurs. Unwanted data might contain elements that disturb the storage location, causing Android app can't install error.


1 Answers

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

Hope it helps

like image 154
rguerin Avatar answered Sep 16 '22 16:09

rguerin