As far as I see, the Xojo iOS app has iOS 14 as minimum. I build the plugin with iOS 12 as deployment target and Xojo generates an info.plist file with iOS 11.0 as minimum.
I suspect that may be a conflict.
This worked with 25.5 plugin, which I compiled with deployment target iOS 11. Now I switched to iOS 12 due to the newer Xcode version.
As you can see, if nothing else has been entered as the minimum OS, then it defaults to iOS 14.0. Maybe you need to raise the minimum of your deployment target to iOS 14.0?
@Christian_Schmitz In our Info.plist the MinimumOSVersion is 13.0
You said your plugins use 12.0 as minimum version.
So if we set the MinimumOSVersion in Xojo to 12.0 too it should work?
So I have to change all Info.plist files of all plugins?
I also use Einhugur Plugins they don’t seem to have this problem despite they also have MinimumOSVersion 11.0