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

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

    Found issue in ~/Library/Logs/CoreSimulator//MobileInstallation

    WatchKit 2 app extension's NSExtension.NSExtensionAttributes.WKAppBundleIdentifier value does not match WatchKit app's bundle ID

    0 讨论(0)
  • 2020-11-29 07:47

    Just restart simulator to fix it in my case.

    0 讨论(0)
  • 2020-11-29 07:49

    Reset the simulator:

    Hardware -> Erase All content and settings...

    Clean your project:

    shift+cmd+K

    shift+opt+cmd+K

    This should fix your issue

    0 讨论(0)
提交回复
热议问题