gremlin
gremlin copied to clipboard
[Gremlin haveGremlin] returns false
When I call haveGremlin, importFileAtPath, etc. the method always returns false. The code:
[Gremlin registerNotifications:self]; [Gremlin importFileAtPath:path];
What iOS version are you developing on?
7.1.2. I'm developing a tweak, not an application, if it is important
I could never get registerNotifications:
to work myself. But importFileWithInfo:
did work for me. What files have you tried importing? Anything interesting from Gremlin in syslog?
nothing interesting in syslog, I tried to import mp3 files. gimport works fine. Maybe I'm linking to gremlin wrong?
Yeah maybe that's it. Have you checked using otool -L
?
No, I'll check. Thanks
No, I'll check. Thanks