Post

Replies

Boosts

Views

Activity

Comment on Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64'
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.
Sep ’24
Comment on Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64'
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.
Sep ’24