Created a report:
FB15382451 (Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64')
Post
Replies
Boosts
Views
Activity
Thank you for the response. I've tried this command but unfortunately it produces another error:
...(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))))
Maybe its caused by this in the Podspec in one of the third party libraries that we use:
ss.ios.pod_target_xcconfig = { "EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64" }
In the Xcode 15 everything works fine, but not in the Xcode 16.
Thank you for the response. I've tried this command but unfortunately it produces another error:
...(mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')
Maybe its caused by this in the Podspec in one of the third party libraries that we use:
ss.ios.pod_target_xcconfig = { "EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64" }
In the Xcode 15 everything works fine, but not in the Xcode 16.