App installation failed

前端 未结 9 2014
再見小時候
再見小時候 2021-01-04 04:39

In Xcode 6 Beta 5, when I attempt to run my app after building, I receive an error dialog that says:

App installation failed

9条回答
  •  天命终不由人
    2021-01-04 05:28

    Problem: Few times, if you add app extension where you have file and info plist, extension's file and plist are assigned to target, is wrong causes issue rises. Solution: Extension's all file should be assigned in App Extensions target, and info plist should not be assigned to any target.

提交回复
热议问题