Closed miniman42 closed 5 years ago
@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... https://github.com/appcelerator-modules/ti.compression/issues/21
~Just a module update. Testing now and will push a new version soon.~
Weird module issues...
fixed.
Thanks @dbankier - Works in the Sim, but now has an issue with a real device...
appc ti build -p ios -T device --appify
[ERROR] 2019-05-20 13:49:51.930 xcodebuild[2235:15990] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL [ERROR] 2019-05-20 13:49:51.930 xcodebuild[2235:15990] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL [ERROR] 2019-05-20 13:49:51.932 xcodebuild[2235:15990] iPhoneSupport: 📱<DVTiOSDevice (0x7f80074ebac0), My-iPhoneX, iPhone, 12.2 (16E227), fca...f39> unable to mount DeveloperDiskImage (Error Domain=com.apple.dtdevicekit Code=601 "Could not find platform" UserInfo={NSLocalizedDescription=Could not find platform}) [ERROR] 2019-05-20 13:49:52.038 xcodebuild[2235:15988] [MT] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL [ERROR] 2019-05-20 13:49:52.048 xcodebuild[2235:15988] [MT] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL [ERROR] 2019-05-20 13:49:52.172 xcodebuild[2235:15988] [MT] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL [ERROR] 2019-05-20 13:49:52.179 xcodebuild[2235:15988] [MT] DTDeviceKit: deviceType from 00008006-001243C91EA2002E was NULL [ERROR] BUILD FAILED [ERROR] The following build commands failed: [ERROR] CompileC /Users/me/Documents/Work/Stuff/workspaces/appcelerator/MyApp/build/appify/build/iphone/build/Intermediates/MyApp.build/Debug-iphoneos/MyApp.build/Objects-normal/armv7/MediaModule.o /Users/me/Documents/Work/Stuff/workspaces/appcelerator/MyApp/build/appify/build/iphone/Classes/MediaModule.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler [ERROR] (1 failure)
Looks similar : https://github.com/appcelerator-modules/ti.nfc/issues/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 ts
? The build error is with the MediaModule.m
which is part of the SDK...
Yeah it builds just fine without ts
for sim and device - also builds fine with ts
for the sim - Just does not work when targeting an attached device with ts
Just released a new version that works around the issue. Here is the jira issue if you are curious: https://jira.appcelerator.org/browse/AC-6261
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