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
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.
Replies
Boosts
Views
Activity
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.
Replies
Boosts
Views
Activity
Sep ’24
Comment on Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64'
Created a report: FB15382451 (Xcode 16 | xcodebuild fails when providing -destination 'platform=iOS Simulator,name=iPhone 16,arch=x86_64')
Replies
Boosts
Views
Activity
Oct ’24
Comment on error: type for self cannot be reconstructed: type for typename
I had the same issue: (lldb) p screenMetadata() error: type for self cannot be reconstructed: type for typename "$s21XYZLibraries_iOS07WebViewE5ModelCD" was not found error: Couldn't realize Swift AST type of self. Hint: using v to directly inspect variables and fields may still work. I've tried a proposed solution. And it works for me.
Replies
Boosts
Views
Activity
Dec ’24