Apps manually installed in simulator crashes upon load

后端 未结 4 1620
你的背包
你的背包 2021-01-04 01:54

I\'m installing MyApp on the iOS simulator (Xcode 7, iOS 9) using xcrun simctl install booted MyPath/MyApp.app.

This works as expected and

4条回答
  •  情歌与酒
    2021-01-04 02:34

    I encountered this problem in Xcode 6 when using the .app file in directory "Release-iphoneos" instead of "Release-iphonesimulator". There are multiple versions of this file, and you need to change the path in your install command to point to the correct one.

    If this .app file was sent to you by someone/something else, it may be a copy from the wrong directory (not built for a simulator)

提交回复
热议问题