我正试图通过终端仅使用“build for profiling”构建来模拟我的iOS应用程序。
以下是我的尝试:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -currentSDKRoot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -SimulateDevice "iPhone (Retina 4-inch)" -SimulateApplication /Users/yonatanoren/Library/Developer/Xcode/DerivedData/Path/To/App
模拟器打开,但我的应用程序没有运行 - 它似乎崩溃了(它根本没有显示)。
我在我的项目中使用Pods。
我该如何解决这个问题?
感谢。
更新:在此处回答:Installing a TestFlight app on iOS iPhone Simulator - Registration Failed