diff --git a/DEVELOPING.md b/DEVELOPING.md index ca947a47..7e4fc621 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -75,7 +75,7 @@ gulp prerelease && cd testbed && npm install -g cordova && cordova platform remo > Validate all features on both `iOS` and `Android` on `device` only (no `simulator` or `TestFlight`) ```sh -cordova build ios && open -a Xcode platforms/ios/Branch\ Testing.xcworkspace; +cordova build ios --developmentTeam="PW4Q8885U7" --device; ``` ```sh