iOS Question Warning related to swift based library

Nitin Joshi

Active Member
Licensed User
Longtime User
I want to know the meaning of warning "#MinVersion lower than 16. Swift based libraries might fail at runtime. (warning #37)" and how can i solve it.
 

mcqueccu

Expert
Licensed User
Longtime User
B4i libraries are now compiled as xcframeworks and are compatible with iOS arm64, x86 simulator and arm64 simulator. The new build-chain works properly with Swift frameworks, assuming that the needed Objective C headers are available.


The supported Devices minimum version is 16 (which I believe is iOS 16 devices) or 15

iPhone 8 upto iPhone 17
 
Upvote 0

Nitin Joshi

Active Member
Licensed User
Longtime User
@mcqueccu and @Erel, thanks for reply.
I have installed B4i V10.0 only (no other changes or updates). B4i can trasnsfer APP to my mobile successfully (earlier throwing communication error) with #MinVersion 16 warning. I have to check the APP thoroughly to confirm everything is working fine or not.
 
Upvote 0

mcqueccu

Expert
Licensed User
Longtime User
1768895307627.png
 
Upvote 0
Top