skip to Main Content

iOSSimulator X: Failed to launch app with identifier: XXX – Ios swift

On our aws mac host, xcodebuild fails to launch our app on the ios simulator. Here is the command: xcodebuild ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ENABLE_TESTABILITY=YES -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 14,OS=16.0' -workspace XXXXX.xcworkspace -scheme Stage -configuration Debug test -verbose and here…

VIEW QUESTION
Back To Top
Search