tidev / ti.worker

Use Multi-Threading / Worker Threads in Appcelerator Titanium.
Other
96 stars 27 forks source link

ios 6 crush #6

Closed pilosof closed 7 years ago

pilosof commented 11 years ago

works fine on ios<6

on 6 - SDK 2.1.3 KrollBridge.mm line 598

[self evalFile:[url path] callback:self selector:@selector(booted)];

url is nil: (supposed ti be the wrapped javascript) ...

knotsocial commented 11 years ago

Has this been logged in JIRA? Would be nice to see it fixed.

hansemannn commented 7 years ago

Tested with 6.0.0.GA and iOS 10, works fine. Use #15 for newer SDK versions please. Thx!