gremlin icon indicating copy to clipboard operation
gremlin copied to clipboard

[Gremlin haveGremlin] returns false

Open npupyshev opened this issue 10 years ago • 7 comments

When I call haveGremlin, importFileAtPath, etc. the method always returns false. The code:

[Gremlin registerNotifications:self]; [Gremlin importFileAtPath:path];

npupyshev avatar Oct 20 '14 12:10 npupyshev

What iOS version are you developing on?

newenglander avatar Nov 07 '14 18:11 newenglander

7.1.2. I'm developing a tweak, not an application, if it is important

ghost avatar Nov 07 '14 18:11 ghost

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?

newenglander avatar Nov 07 '14 19:11 newenglander

nothing interesting in syslog, I tried to import mp3 files. gimport works fine. Maybe I'm linking to gremlin wrong?

npupyshev avatar Nov 08 '14 06:11 npupyshev

Yeah maybe that's it. Have you checked using otool -L?

newenglander avatar Nov 08 '14 08:11 newenglander

No, I'll check. Thanks

npupyshev avatar Nov 08 '14 09:11 npupyshev

No, I'll check. Thanks

npupyshev avatar Nov 08 '14 09:11 npupyshev