facebookarchive / xcbuild

Xcode-compatible build tool.
Other
2k stars 190 forks source link

error: iOS 11 does not support 32-bit programs #290

Open rcfrias opened 6 years ago

rcfrias commented 6 years ago

Is xcbuild only for iOS 10 and under?

sas commented 6 years ago

It's not supposed to be. Are you having a specific issue?

On Tue, Aug 21, 2018 at 11:40 AM Roberto Frias notifications@github.com wrote:

Is xcbuild only for iOS 10 and under?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/facebook/xcbuild/issues/290, or mute the thread https://github.com/notifications/unsubscribe-auth/AADHbPGKyLBfbl2Bf_m6XVdcPckBMHUTks5uTFQZgaJpZM4WGYM6 .

-- -- Stephane Sezer

rcfrias commented 6 years ago

I am trying to execute the XCUITest for a project that uses iOS 11, but I am getting that error -> iOS 11 does not support 32-bit programs. FYI.- using xcodebuild this is not a problem, maybe xcbuild is trying to open the simulator? is there a parameter to avoid this?