deploygate-cli
deploygate-cli copied to clipboard
A command-line interface for DeployGate
- OSX 10.11.1 El Captitan - Xcode 7.1 - deploygate-cli 0.0.3 # Error message ``` 2015-10-31 23:03:45.919 xcodebuild[15854:5313915] [MT] IDEDistribution: Step failed: : Error Domain=IDEDistributionErrorDomain Code=14 "No applicable devices found."...
# First deploy ``` $ dg deploy ..... Select Scheme: 1. hoge 2. fuga 1 ..... Please input bundle identifier Example: com.example.ios bundle identifier: com.example.ios ..... Uploading........done ``` # Second...
Close #316 This change includes breaking changes because the current custom detection has been removed and all are delegated to Gym's auto detection. Scheme, build configuration and provisioning profiles can...
ref: https://github.com/DeployGate/deploygate-cli/blob/9fc5bfca02fbdd2b4807770527b563959702c0de/lib/deploygate/xcode/ios.rb#L87 The current implementation infers some values unless specified though, it's poor and/or partially wrong so it looks indeterministic. We have to stop using the current inference logic and...
The "dg deploy" command seems not to accept parameters when running on MacOS Catalina M1. How to make the CLI recognize the correct parameters passed from the command line to...
`dg deploy` and `dg add-device` does not work with error below but my Mac has only one certificate in system keychains. `You have more than one "iPhone Distribution" or "Apple...