I am making an extension that wants iOS 8.0 as a minimum version
ld:embedded dylibs/frameworks are only supported on iOS 8.0 and later
I’ve tried specifying miphoneos-version-min=8.0
inside ext.manifest
, but Defold didn’t like it saying it’s an unsupported flag.
I’ve also tried using custom Info.plist
file, while I couldn’t find the right way to specify it in Editor 2, I was able to get the template from Editor 1 and manually adjusting game.project
file to set it. Changing MinimumOSVersion
there also didn’t have an effect.
So how can it be changed?