I've been trying to compile a dylib to use in a little prototyping experiment however dlopen() says that my dylib is Mach-O but that the file is too short. Should it be padded with something?
I have the latest everything so that shouldn't be a problem.
lipo spits this out when I try to merge the i386 and armv6 arch's together:
lipo: specifed architecture type (armv6) for file (libTest.A.armv6.dylib) does not match it's cputype (7) and cpusubtype (3) (should be cputype (12) and cpusubtype (6))
Any thoughts?