I have just created a logos tweak using iOSOpenDev without making any changes to anything. I am getting this error whenever I try to build:
target specifies product type 'com.apple.product-type.library.dynamic', but there's no such product type for the 'iphoneos' platform
Does anyone know how to fix this?
It sounds like something is misconfigured with your iOSOpenDev installation, because it should allow you to create a
dylib
.That said, if you follow the instructions in this answer, you can manually tweak some settings files to override the default (which doesn't allow dylibs to be built for iOS). This may need to be done each time you reinstall/upgrade Xcode.