myMedia-Titanium-Module icon indicating copy to clipboard operation
myMedia-Titanium-Module copied to clipboard

Issues with Appcelerator 3.0

Open cjkundin opened this issue 12 years ago • 7 comments

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?

cjkundin avatar Dec 28 '12 01:12 cjkundin

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.

dknell avatar Dec 28 '12 01:12 dknell

Thanks in advance for updating this module!

PBDevelopement avatar Jan 10 '13 15:01 PBDevelopement

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)

jayshepherd avatar Apr 08 '13 19:04 jayshepherd

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

jayshepherd avatar Apr 09 '13 18:04 jayshepherd

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.

dknell avatar Apr 09 '13 20:04 dknell

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?

abinop avatar Oct 13 '13 12:10 abinop

Any feedback on compatibility with 3.2.x ? Thanks!

jkritikos avatar Sep 17 '14 15:09 jkritikos