Xcode: “This app could not be installed at this time.”

前端 未结 15 2267
野的像风
野的像风 2020-11-29 06:50

Working with my first application for learning purposes. It goes well but has met into a problem with Xcode. When I try to run the application on the iPhone simulator this m

15条回答
  •  清酒与你
    2020-11-29 07:41

    I know the question has been answered but for others encountering the same issue I suggest following:

    • Check simulator logs, if its printing something useful. First, selecte simulator then from menu option open Debug -> Open System Logs.

    • Make sure only 1 simulator is running.

    • Delete the older version of app from the simulator.

    • If you importing a custom framework, make sure custom framework->bundle-id is not same as currentAppProject->bundle-id. If you are not sure then simply change the bundle-id of current project.

    • Also some of the simulators can be buggy -> Simply change the simulator, it may resolve the issue, for me changing the simulator worked.

提交回复
热议问题