plu / pxctest

Execute tests in parallel on multiple iOS Simulators
MIT License
800 stars 57 forks source link

I tried pxctest on Xcode 9 beta and I get "Abort trap: 6" on every command #46

Open bennet3 opened 6 years ago

bennet3 commented 6 years ago

I tried pxctest on Xcode 9 beta and I get "Abort trap: 6" on every command.

cbennett-70ap:iOSxm8 i58288$ sudo xcode-select -s ../../.././../../../../Applications/Xcode-beta.app/Contents/Developer/
Password:
cbennett-70ap:iOSxm8 i58288$ pxctest     run-tests     --destination 'name=iPad Air 2,os=iOS 10.3'     --testrun build/Products/iOSxm8_iphonesimulator11.0-x86_64.xctestrun
Abort trap: 6
cbennett-70ap:iOSxm8 i58288$ pxctest     run-tests     --destination 'name=iPad Air 2,os=iOS 11.0'     --testrun build/Products/iOSxm8_iphonesimulator11.0-x86_64.xctestrun
Abort trap: 6
cbennett-70ap:iOSxm8 i58288$ pxctest run-tests --help
Abort trap: 6
cbennett-70ap:iOSxm8 i58288$ 

Any support for Xcode beta?

screen shot 2017-08-17 at 3 41 32 pm

bennet3 commented 6 years ago

It looks like FBSimulatorControl has added support for Xcode 9 just recently. I tried to merge these updates into the FBSimulatorControl version that pxctest is currently using and there are many conflicts. Is there any plans to update FBSimulatorControl so that pxctest can support Xcode 9 also?

Thanks!

plu commented 6 years ago

I won't have time to update pxctest to support Xcode 9. However pull requests are welcome!