dbankier / TiShadow

Quick Titanium previews across devices
http://tishadow.yydigital.com
Other
385 stars 122 forks source link

ReferenceError: Can't find variable: OS_IOS #556

Open hansemannn opened 5 years ago

hansemannn commented 5 years ago

Getting the above error when trying to run our Alloy project. Using latest master of Ti.Shadow.

dbankier commented 5 years ago

Sounds like an a bad Alloy compile as OS_IOS shouldn't ever be in the Resources directory. It has happened to me on the odd occasion, I just clean the Resources directory, compile alloy and ts @ run -u -P ios again.