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

前端 未结 15 2280
野的像风
野的像风 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:33

    Changing the CFBundleShortVersionString in InfoPlist.strings to match the one in info.plist fixed this for me. I had to use the simulator's "Erase All Content and Settings" after making this change.

    Trying to launch on a simulator with iOS 9.0 (instead of 11.2) gave this error instead, which helped me to find more answers on what's apparently the same issue:

    The operation couldn’t be completed. (LaunchServicesError error 0.)

提交回复
热议问题