Great sample project! Thank you so much.
I've playing around with this to understand how it works, but I getting what seems to be a xcodebuild error when I run:
xcodebuild clean -workspace project.xcworkspace -scheme BullsEye -sdk iphonesimulator -destination 'platform=iOS Simulator,id=D8E53A80-9AC4-4778-971D-DB7DA1EE8E05' test & xcodebuild clean -workspace project.xcworkspace –scheme BullsEye2 -sdk iphonesimulator -destination 'platform=iOS Simulator,id=92E45084-6673-451C-9409-AC36A3ECB4F6' test
I get:
xcodebuild: error: If you specify a workspace then you must also specify a scheme. Use -list to see the schemes in this workspace.
After this the tests still build and run but only in on simulator. 😞
I must be missing something. Do you have any idea why that is? Please let me know.
Thanks you, awesome work!
Great sample project! Thank you so much.
I've playing around with this to understand how it works, but I getting what seems to be a xcodebuild error when I run:
xcodebuild clean -workspace project.xcworkspace -scheme BullsEye -sdk iphonesimulator -destination 'platform=iOS Simulator,id=D8E53A80-9AC4-4778-971D-DB7DA1EE8E05' test & xcodebuild clean -workspace project.xcworkspace –scheme BullsEye2 -sdk iphonesimulator -destination 'platform=iOS Simulator,id=92E45084-6673-451C-9409-AC36A3ECB4F6' testI get:
xcodebuild: error: If you specify a workspace then you must also specify a scheme. Use -list to see the schemes in this workspace.
After this the tests still build and run but only in on simulator. 😞
I must be missing something. Do you have any idea why that is? Please let me know.
Thanks you, awesome work!