Sushil
Sushil

Reputation: 21

Titanium appcelerator not list iPhone to load app in development mode

Titanium appcelerator is not showing connected iPhone in development mode. I am using trail version of Titanium. Provisioning profile and certificates are OK (Green in run configuration).

When I try to press run button to install in iTunes. But, it gives --pp-uuid error.

Is it due to trial version? Please help me!

Upvotes: 2

Views: 88

Answers (1)

motiur
motiur

Reputation: 115

In the trial period, you can run App in device or simulator but can not package it for the iTunes or AdHoc build.

What version of Xcode and SDK do you have? Make it compatable with this link

http://docs.appcelerator.com/platform/latest/#!/guide/Titanium_Compatibility_Matrix-section-src-29004837_TitaniumCompatibilityMatrix-Xcode

You can create new provisioning profile then download and install it. Also, follow this steps

  • sudo npm install -g appcelerator
  • appc use latest
  • appc logout -D
  • appc login
  • appc setup

Hope this helps.

Upvotes: 2

Related Questions