Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64'
Awesome, that's it! Thank you so much 🥳 Where did you find the solution/hint/doc? 🤓 That means for our fastlane setup, I just needed to add ARCHS=x86_64 to the xcargs xcodebuild( workspace: 'dummy.xcworkspace', scheme: 'dummy', destination: 'platform=iOS Simulator,name=iPhone 15', buildlog_path: dummy_path, xcargs: '-quiet ARCHS=x86_64' ) *the -quiet is not part of the solution *
Sep ’24
Reply to Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64'
Awesome, that's it! Thank you so much 🥳 Where did you find the solution/hint/doc? 🤓 That means for our fastlane setup, I just needed to add ARCHS=x86_64 to the xcargs xcodebuild( workspace: 'dummy.xcworkspace', scheme: 'dummy', destination: 'platform=iOS Simulator,name=iPhone 15', buildlog_path: dummy_path, xcargs: '-quiet ARCHS=x86_64' ) *the -quiet is not part of the solution *
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64'
We are facing the same issue 👀
Replies
Boosts
Views
Activity
Sep ’24