问题描述
我是appcelerator和stackoverflow的新手,所以请原谅我的无知.
我刚刚更新了我的iOS配置证书,现在我收到以下错误.有任何想法吗?我正在使用SDK 5.0.0.ga和Studio Build 4.0.0.
[ERROR] : Invalid "--pp-uuid" value "d806f6cb-f67e-40e5-a9f3-88b8af3bcfae" For help, run: titanium help build 2016-01-16T21:08:11.950Z | TRACE | titanium exited with exit code 1 2016-01-16T21:08:11.951Z | ERROR | Error: ti run exited with error code 1 at ChildProcess.<anonymous> (/Users/rwhatcher/.appcelerator/install/5.1.0/package/node_modules/appc-cli-titanium/plugins/run.js:92:66) at ChildProcess.emit (events.js:110:17) at Process.ChildProcess._handle.onexit (child_process.js:1074:12) 2016-01-16T21:08:11.952Z | TRACE | Sending exit signal to titanium process: 56550
推荐答案
您是否查看了运行配置... 菜单.您可以在此处更改 .确保有绿色检查全部.
祝你好运.
其他推荐答案
欢迎robert,嗯,你可以尝试一个新鲜的重启.
首先查看~/Library/MobileDevice/Provisioning Profiles文件夹并删除已弃用的规定.
然后您转到会员alper帐户并创建一个新的证书(dev/prod)和链接到证书和您的应用程序ID(例如设备/制作)的新配置配置文件.记得至少打开文件证书/提供至少一次.
毕竟,在项目根目录下运行a appc ti clean,后跟appc run -p ios -T device. CLI将要求您选择证书和规定,然后您选择新的证书,然后应该工作.
其他推荐答案
还检查您的/library/mobileDevice/ProvisioningProfiles文件夹,这是您下载它们后的文件并双击.
有时我发现有多个版本的相同配置文件和Appcelerator不使用最新的一个.如果您删除它们,则需要从iOS Dev Center再次下载它们(这包括开发,分布式和App Store文件).
问题描述
I'm new to Appcelerator and Stackoverflow, so pardon my ignorance.
I have just updated my iOS provisioning certificate and now I get the following error. Any ideas? I'm using SDK 5.0.0.GA and studio build 4.0.0.
[ERROR] : Invalid "--pp-uuid" value "d806f6cb-f67e-40e5-a9f3-88b8af3bcfae" For help, run: titanium help build 2016-01-16T21:08:11.950Z | TRACE | titanium exited with exit code 1 2016-01-16T21:08:11.951Z | ERROR | Error: ti run exited with error code 1 at ChildProcess.<anonymous> (/Users/rwhatcher/.appcelerator/install/5.1.0/package/node_modules/appc-cli-titanium/plugins/run.js:92:66) at ChildProcess.emit (events.js:110:17) at Process.ChildProcess._handle.onexit (child_process.js:1074:12) 2016-01-16T21:08:11.952Z | TRACE | Sending exit signal to titanium process: 56550
推荐答案
Did you look at Run Configurations... menu. You can change provisions here. Make sure have green check all.
Good luck.
其他推荐答案
Welcome Robert, well you can try a fresh restart.
First look at your ~/Library/MobileDevice/Provisioning Profiles folder and delete the deprecated provisions.
Then you go to your membership Apple account and create a new certificate (dev/prod) and a new provision profile linked to the certificate and your app id (e.g device/production). Remember to open the files certificate/provision at least one time.
After all, run a appc ti clean at your project root followed by appc run -p ios -T device. The CLI will ask for you choose the certificate and provision, then you choose the new ones and then it should works.
其他推荐答案
Also check in your /library/mobileDevice/ProvisioningProfiles folder, this is where the files are located after you've downloaded them and double clicked.
Sometimes I find there are multiple versions of the same provisioning file and appcelerator isn't using the most up to date one. If you delete them, you'll need to download them again from ios dev center (this includes the development, distributon and app store files).