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

LucasKarlsson picture LucasKarlsson · May 15, 2016 · Viewed 37.6k times · Source

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?

Answer

rguerin picture rguerin · Jul 26, 2019

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