Error: Running on physical iOS devices is possible only in release mode #1411
-
I was trying patrol 2.0 and after setting up for iOS, When i do I get error message What do i need to change for running tests in physical ios device. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need to pass
Please note that to run in release mode on a real iOS device, you need to have code signing set up. The best way to do this is to open your |
Beta Was this translation helpful? Give feedback.
You need to pass
--release
flag, like this:Please note that to run in release mode on a real iOS device, you need to have code signing set up. The best way to do this is to open your
ios
folder in Xcode and make sure that there are no warnings/errors related to code signing.