-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run --appify with SDK 8.0.X #554
Comments
@dbankier Is this possibly to do with the inclusion of the TiCore as a framework now in SDK 8.0.X?? Perhaps the wrapper project needs to be updated? |
This looks similar... tidev/ti.compression#21 |
Weird module issues... |
fixed. |
Thanks @dbankier - Works in the Sim, but now has an issue with a real device... [ERROR] 2019-05-20 13:49:51.930 xcodebuild[2235:15990] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL |
Looks similar : tidev/ti.nfc#26 |
Yep. I noticed that with 8.0.1.GA also. Looks like an issue with the SDK itself. If you don't need the media module than just comment out these lines (https://github.com/dbankier/TiShadow/blob/master/app/Resources/api/Includes.js#L70-L85) the moment or use a different SDK version I think it needs to be raise with AppC |
Hrm... I do need the videoplayer, so commenting is not gonna work for me. Also 8.0.1 is the first SDK to fix the many crashes we've experienced since 7.3/4... Any pointer as to why it why it's only an issue when using shadow? Not sure how to raise it with the Appc and actually make sense to them :) |
No idea. Does it build without |
Yeah it builds just fine without |
Just released a new version that works around the issue. |
Thanks @dbankier - workaround works like a charm for me. I'll keep an eye on the ticket as I maintain a custom SDK branch |
Latest SDK's dont seem to work with Tishadow and appify. If trace is enabled we get
The text was updated successfully, but these errors were encountered: