You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Trying to build and ZIP the XCUI test suite, but no matter which approach I take, I have issues retrieving the file.
I was only ever able to get the file usually located in DerivedData/**/Build/Products/Debug-iphonesimulator/
never the one which I actually need DerivedData/**/Build/Products/Debug-iphoneos/
In other words, my build target needs to be for generic/device.
Is there a setting I am missing where a runner would be built for a device?
Thank you!
@emin-grbo Do you have an xcodebuild command that does what you want? If so, how does it differ from the one this action generates (it's printed in the logs before actually running it)?
Thank you for responding @ffried !
This is the default one I was using, but I had issues with it as well and assumed I did something wrong with my initial setup.
Hi!
Trying to build and ZIP the XCUI test suite, but no matter which approach I take, I have issues retrieving the file.
I was only ever able to get the file usually located in
DerivedData/**/Build/Products/Debug-iphonesimulator/
never the one which I actually need
DerivedData/**/Build/Products/Debug-iphoneos/
In other words, my build target needs to be for generic/device.
Is there a setting I am missing where a runner would be built for a device?
Thank you!
The text was updated successfully, but these errors were encountered: