[TIMOB-11875] CLI: Unable to package for iOS distribution using non-default keychain
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-11-28T22:51:05.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.1.0, 2012 Sprint 24, 2012 Sprint 24 JS |
Components | CLI |
Labels | qe-testadded, regression, triage |
Reporter | Nam Le |
Assignee | Chris Barber |
Created | 2012-11-28T00:41:55.000+0000 |
Updated | 2013-03-19T18:16:25.000+0000 |
Description
Studio runs the following command to distribute for adhoc using a non-default keychain:
"/usr/local/bin/titanium" "--no-banner" "--no-colors" "--no-prompt" "build" "--platform" "ios" "--sdk" "3.0.0.v20121121161553" "--log-level" "trace" "--project-dir" "/Users/dhyde/Documents/Titanium_Studio_Workspace_test/adsfasdfasd" "--build-type" "production" "--distribution-name" "Nam Le" "--ios-version" "5.1" "--keychain" "/Users/dhyde/Library/Keychains/login.keychain" "--output-dir" "/Users/dhyde/Downloads/gggggg" "--pp-uuid" "7FAA87EF-238D-4356-AC3F-55DE3614DA7D" "--target" "dist-adhoc"
The result is the following error:
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Check dependencies
[ERROR] : (1 failure)
[ERROR] : Error details: unsupported build action '/Users/dhyde/Library/Keychains/login.keychain'
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3491 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3492
Tested and verified fix with: Titanium Studio, build: 3.1.0.201303141941 Titanium Studio, build: 3.1.0.v20130319082237 CLI 3.0.25 [INFO] Build type: production [INFO] Building for target: dist-adhoc [INFO] Building using iOS SDK: 6.1 [INFO] Building for device family: universal ... [INFO] Using keychain: /Users/oromero/Library/Keychains/login.keychain ... [INFO] Packaging for Ad Hoc distribution [INFO] Packaging complete [INFO] Package location: /Users/oromero/Desktop/al.ipa [INFO] Project built successfully in 19s 325ms