Looks like EasySIMBL doesn't work with 32-bit applications. Specifically, I'm trying to get SkypeImageInline working. Skype only distributes a 32-bit binary (including the latest beta--5.11 as of this writing). Here's the error that comes up in Console.app:
I tried recompiling the project for 32/64-bit, but ran into the following problem:
error: -fobjc-arc is not supported with fragile abi
Unfortunately, it looks like the only way to make things work in 32-bit mode is to not use ARC. Not sure if this is something you're interested in supporting, but wanted to let you know anyway.
Looks like EasySIMBL doesn't work with 32-bit applications. Specifically, I'm trying to get SkypeImageInline working. Skype only distributes a 32-bit binary (including the latest beta--5.11 as of this writing). Here's the error that comes up in Console.app:
I tried recompiling the project for 32/64-bit, but ran into the following problem:
Unfortunately, it looks like the only way to make things work in 32-bit mode is to not use ARC. Not sure if this is something you're interested in supporting, but wanted to let you know anyway.