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 *
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: