dbankier / TiShadow

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

Now working with Titanium SDK 7.3.0 on iOS due to use of removed API's #547

Closed yahya-uddin closed 5 years ago

yahya-uddin commented 6 years ago

The ios version of TiShadow compiles but does not run due to the use of removed namespaces:

Titanium.UI.iPhone
Ti.UI.iPhone

Majority of the cases you would now use:

Titanium.UI.iOS
Ti.UI.iOS

so it should be some quick fixes.

dbankier commented 6 years ago

Ahhh.. you are using the container app. Should be a quick fix.

yahya-uddin commented 6 years ago

Thanks. Out of curiosity, your comment suggests there is another way of running TiShadow without the container app? Is that the case?

dbankier commented 6 years ago

https://github.com/dbankier/TiShadow#new-dummys-path-tishadow-express

yahya-uddin commented 6 years ago

Cool. Tell us once the issue is fixed. Thanks :-)

dbankier commented 5 years ago

That was fixed with d6d8822e888bf5447b3ffb23937bc4344c5389f9 a while back.