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

后端 未结 19 2054
执念已碎
执念已碎 2021-02-05 10:10

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, Xcod

19条回答
  •  日久生厌
    2021-02-05 10:57

    As Marcin's answer suggested, I visited the phone console and in my case, it is this error message:

    -[MIFreeProfileValidatedAppTracker _onQueue_addReferenceForApplicationIdentifier:bundle:error:]: 182: This device has reached the maximum number of installed apps using a free developer profile: {(
    

    So if you are signing your app with a Personal Team certificate, make sure that you don't have more than 3 apps.

    Read more here: Why can I not install more than three apps?

提交回复
热议问题