dknell / myMedia-Titanium-Module

Titanium.Media with location and EXIF data!
Other
25 stars 9 forks source link

Issues with Appcelerator 3.0 #4

Open cjkundin opened 11 years ago

cjkundin commented 11 years ago

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?

dknell commented 11 years ago

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 notifications@github.com 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.

PBDevelopement commented 11 years ago

Thanks in advance for updating this module!

jayshepherd commented 11 years ago

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] :   "_OBJCCLASS$_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)

jayshepherd commented 11 years ago

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

dknell commented 11 years ago

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 notifications@github.com 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.

abinop commented 10 years ago

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?

jkritikos commented 9 years ago

Any feedback on compatibility with 3.2.x ? Thanks!