We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd52d3 commit 5875649Copy full SHA for 5875649
DEVELOPING.md
@@ -75,7 +75,7 @@ gulp prerelease && cd testbed && npm install -g cordova && cordova platform remo
75
> Validate all features on both `iOS` and `Android` on `device` only (no `simulator` or `TestFlight`)
76
77
```sh
78
-cordova build ios && open -a Xcode platforms/ios/Branch\ Testing.xcworkspace;
+cordova build ios --developmentTeam="PW4Q8885U7" --device;
79
```
80
81
0 commit comments