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

后端 未结 19 2091
执念已碎
执念已碎 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 11:01

    I was facing similar issue in Xcode 11.1. I have fix this issue. Not sure about this solution that it will to work for all or not.

    My device iOS version was older then the iOS Xcode target build version.

    Steps:

    1. I have put Xcode target Device to iPhone device OS version.
    2. Delete derived data
    3. Start xcode and open project
    4. Clean the project and gererate build and install in device

    Note: Please check your developer account, certificate validation and already registered device warning.

    Hope this solution will help some peoples. Happy coding.

提交回复
热议问题