Hey,
I've updated my Xcode 7 from beta 3 to beta 5. I've got UI tests that are using launchArguments to properly set the language of the app. I'm using:
let app = XCUIApplication() app.launchArguments = ["-AppleLanguages (en)"] app.launch()
but it's not working.. Interesting thing is that it worked very well on xcode 7 beta 3 (which I cannot download now 😟 )