Search code examples
iosangularappcelerator

Appcelerator Angular Routing iOS - How to run sample application?


I've tried running this application:

https://github.com/appcelerator/titanium-angular

Command-line call to run iOS app (appc run -p ios) fails with this output:

[INFO]  Launching iOS Simulator
-- Start simulator log ----------------------------------------------- 
--------
[INFO]  AngularDemo/1.0.0 (6.3.0.3620088)
[ERROR] Script Error {
[ERROR]     column = 35;
[ERROR]     line = 30;
[ERROR]     message = "Can't find variable: Symbol";

Can anyone help me run this iOS application?


Solution

  • Try using the SDK version 7.5.1.GA and set it on the tiapp.xml. You are using old CLI. Try updating by appc setup. Thanks.