Posts

Post not yet marked as solved
0 Replies
858 Views
Configuration: XCode 11.4, macOS 10.15.4, iOS Swift appHi community,I am running swift UI tests and tried to a set the launch arguments in XCode (Edit Scheme -> Test -> Arguments)Unfortunately the test does not receive those arguments. Instead of this I have to set them manually in the code using "app.launchArguments.append("--uitesting").When I do a normal "run" the arguments defined in the "Run scheme" are passedIs this a XCode bug or did I miss something?
Posted Last updated
.