myMedia-Titanium-Module
myMedia-Titanium-Module copied to clipboard
Issues with Appcelerator 3.0
It seems there is a problem with this module and the latest Appcelerator SDK (3.0). I rebuilt it with SDK 3.0 but at runtime it fails to load the module... claiming something about SCListener, which seems to be a depreciated iOS library Appcelerator might have been using prior to SDK 3.0?
Thanks for reporting this. I have not upgraded to 3.0 yet. I am going to wait until it stabilizes a bit before I make the leap. I will also update this module when that occurs - unless you want to submit a patch that fixes the issue. :-)
Dave
On Dec 27, 2012, at 8:45 PM, cjkundin [email protected] wrote:
It seems there is a problem with this module and the latest Appcelerator SDK (3.0). I rebuilt it with SDK 3.0 but at runtime it fails to load the module... claiming something about SCListener, which seems to be a depreciated iOS library Appcelerator might have been using prior to SDK 3.0?
— Reply to this email directly or view it on GitHub.
Thanks in advance for updating this module!
Any thoughts on a fix for 3.0? I'm not familiar with the code to offer a pull request, but am more than happy to work at testing something.
[TRACE] : Undefined symbols for architecture i386: [TRACE] : "OBJC_CLASS$_SCListener", referenced from: [TRACE] : objc-class-ref in libmy.media.a(MyMediaModule.o) [TRACE] : ld: symbol(s) not found for architecture i386 [TRACE] : clang: error: linker command failed with exit code 1 (use -v to see invocation)
I just forked the project and commented out the microphone pieces and it appears to be working:
https://github.com/jayshepherd/myMedia-Titanium-Module/commit/8d8c856b3a35acf2a0b16a679a5453df615b5074
Thanks Jay. BTW - an Exif API is coming to titanium. See jira ticket TIMOB-3427.
Sent from my iPhone
On Apr 9, 2013, at 2:21 PM, Jay Shepherd [email protected] wrote:
I just forked the project and commented out the microphone pieces and it appears to be working:
jayshepherd@8d8c856
— Reply to this email directly or view it on GitHub.
I have tried to use the module with 3.1.X. At first it could not recognize the module, but found out that AssetsLibrary framework was missing. After having added it and upon running the example code, I get: [TiRootViewController suggestedRotationDuration]: unrecognized selector sent to instance 0xe18ec30
any ideas?
Any feedback on compatibility with 3.2.x ? Thanks!