Apps manually installed in simulator crashes upon load

后端 未结 4 1587
你的背包
你的背包 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:43

    I had the same problem, but using Xamarin. In Visual Studio I solved it by going to the iOS project properties and under "iOS Build" I changed the "Supported architectures" from "i386" to "i386 + x86_64".

    Hopefully you can adapt that to XCode.

提交回复
热议问题