Reputation: 746
I am getting the following error when I try to package my application for adhoc distribution. I am building fine - but not able to package. I have a indie seat license.
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : CodeSign build/Products/Release-iphoneos/xyz.app
[ERROR] : (1 failure)
TRACE | titanium exited with exit code 1
ERROR | Error: ti run exited with error code 1
at ChildProcess.<anonymous> (/Users/User/.appcelerator/install/5.0.3/package/node_modules/appc-cli-titanium/plugins/run.js:89:66)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at Process.ChildProcess._handle.onexit (child_process.js:789:12)
My system -
OS - Mac OSX El-Capitan
Appcelerator - 4.x
Appcelerator - Indie license
What I have done to debug this issue ? after spending a lot of time researching this - I have
rebooted the system several times
appc logout / appc login several times
appc setup to ensure that I have the latest files (I only work on iOS)
revoked all my certificates on developer.
deleted my login-keychain - and rebooted my mac book pro and re-logged in.
deleted all certificated in ~/Library/MobileDevice//
recreated all certifcates on https://developer.apple.com/
ios distribution certificates
ios developer provisioning certificates
for the app ID that is described in tiapp.xml
checked in the "package configuration - manage section" that all of the certificates are accurate - atleast they show up as a the same name.
my App is registered in Appcelerator portal
PLEASE HELP - there is no clear description on what the problem is and how to resolve it.
Upvotes: 1
Views: 1930
Reputation: 11
I just came across this issue and found a simple solution that doesn't involve wiping out everything and starting fresh:
Upvotes: 1
Reputation: 768
I know it has been a while for this question but this might help someone.
I’ve been facing this problem for 2 days now:
[ERROR] : BUILD FAILED
[ERROR] : The following build commands failed:
[ERROR] : CodeSign build/Products/Debug-iphoneos/WYN.
[ERROR] : (1 failure)
What I did to solve it was:
Upvotes: 1