What does this error mean "Failed to start CIQ Application"

Former Member
Former Member

HI, 

I have a Widget app in the app store, its working great.

Now i am updating the functionality ( i am using Eclipse and the latest SDK)

When I try run the app using the  connect IQ Device simulator, i get these errors 

Error: Unexpected Type Error
Details: Failed to start CIQ Application
Stack:

Error: Unexpected Type Error
Details: Error starting music app
Stack:

The really interesting part is that if I generate a new UUID  the App run perfectly fine with no errors.  My problem is that the app is in the store and I need to use the existing UUID.
I dont understand the Error or know how to trace it.

note: i am very new to development so any help/advice will be appreciated.

  • Just if someone should have as big branfart as I had. This was my problem;

        function getInitialView() {
         	inst = new phartView();
            return inst;
        }

    See the return inst;? It is supposed to be return [inst];