iOS Question What is correct #MinVersion at B4i 10.0

JackKirk

Well-Known Member
Licensed User
Longtime User
After successfully compiling my major B4i app using R10 (with Erel's help) the IDE is objecting to

B4X:
'Following attribute required for Videoplayer
#MinVersion: 11

with the IDE log saying "#MinVersion lower than 16. Swift based libraries might fail at runtime. (warning #37)"

The reason for my in-line comment about VideoPlayer is lost to antiquity.

If I set it to 16 the log message disappears but is it correct?
 
Top