Hi,
same here. App would be installed on device properly, once launched it just displays ‘installing’ again, under the icon, and remains stuck there…
Tried the debugging process — errors returned:
o:setTextColor() is deprecated. Use o:setFillColor() instead
Would this be enough to cause such a problem??
---------------------- UPDATE :
I changed the method setTextColor to setFillColor, and the debugger now returns
‘attempt to call method setFillColor - a nil value’
while simulating.
How am I gonna fix this???
---------------------- UPDATE :
If I install the app on the device with xcode - drag and drop - instead of itunes I get:
‘The application does not have a valid signature’
from xcode.
I tried performing the whole process illustrated here: http://docs.coronalabs.com/guide/distribution/iOSBuild/index.htmltwice with both developing and ad hoc provisions.
The only thing I did differently from the forementioned set of instruction was to load the provisioning files on the device through Xcode instead that from Itunes.
Any idea about what’s possibly going on here???
---------------------- UPDATE :
now I also tried loading the provisioning files on device through itunes syncing. Same del as before:
‘The application does not have a valid signature’. If I load the app with xcode
The whole restarts installing and gets stuck there thing, if l load it with itunes.
What’s going on here? Anyone could help?? At least could someone redirect me on how to clean previous provisions and start the process again from a clean slate??
Thank a lot!!