MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.19k stars 232 forks source link

getting error "bluepill: invalid option -- s" in bluepill 5.5.3 #465

Open amiit opened 3 years ago

amiit commented 3 years ago

[!] Exit status of command 'bluepill -a bluepill/Build/Products/Debug-iphonesimulator/BluepillarTesting.app -s BluepillarTesting.xcodeproj/xcshareddata/xcschemes/BluepillarTesting.xcscheme -o bluepill_output/ -r "iOS 14.0" -n 3 -d iPhone\ 8 -u bluepill/Build/Products/Debug-iphonesimulator/BluepillarTestingUITests-Runner.app' was 1 instead of 0. (FastlaneCore::Interface::FastlaneShellError) bluepill: invalid option -- s

chenxiao0228 commented 3 years ago

@amiit is there a sample project that can reproduce this issue we can look at?