A user is reporting an error when dlopen tries to load my plugin in iTunes. 
I've not seen it in my own testing.

5/20/12 12:29:57 AM iTunes[22591] Error loading <path/to/plugin>:  
dlopen(<path/to/plugin>, 262): no suitable image found.  Did find:
 <path/to/plugin>: unknown required load command 0x80000022 

Googling on this error seems to suggest it's a dynamic linking error problem, 
where the plugin links to something not available on the OS. So looking at my 
build, I'm targetting a minimum OS of 10.5, using the 10.6 SDK, and it's a 
universal 32/64-bit build for Intel only. Apart from Cocoa I link to QuartzCore 
and OpenGL frameworks. I have tested on 10.6 and 10.7 but no longer have a 10.5 
system to test on, so it's hard to pin this one down. Any ideas how I can 
identify the source of the issue?

--Graham





_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to