Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Environment:
Mac OSX El Capitan 10.11 (15A284)
Studio: 4.3.3.201510201834
Ti SDK: 5.0.2.GA
Appc NPM: 4.2.1-5
Appc CLI: 5.0.4-2
Ti CLI: 5.0.4
Xcode 7.1(7B91b)
Node v0.12.7
production
-
Story Points:5
-
Sprint:2015 Sprint 23 Studio
Description
When importing the sample Apple WatchOS2 app project and running, the following error will occur if the provisioning profile is changed after importing / creating:
[ERROR] : Invalid "--pp-uuid" value "d69b8a2c-5fd0-4fb2-b86f-abb27aede70f" |
For help, run: titanium help build
|
TRACE | titanium exited with exit code 1 |
ERROR | Error: ti run exited with error code 1 |
at ChildProcess.<anonymous> (/Users/harrybryant/.appcelerator/install/5.0.4-2/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) |
TRACE | Sending exit signal to titanium process: 52441 |
Steps to Reproduce:
1. Import Apple WatchOS2 Sample App.
2. Change the Provisioning profile for the Apple Watch & Device in the tiapp.xml, found under "Configure Provisioning Profiles"
3. Run the project.