You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
armv7, armv7s and i386 builds fail on IOS 11 and 12 because Apple dropped support for 32 bit architectures with IOS 11.
Current version of ios.sh script expects user to disable those architectures but auto-disabling them when detected IOS SDK version is bigger than 11 is a better approach.
The text was updated successfully, but these errors were encountered:
armv7
,armv7s
andi386
builds fail on IOS11
and12
because Apple dropped support for 32 bit architectures with IOS11
.Current version of
ios.sh
script expects user to disable those architectures but auto-disabling them when detected IOS SDK version is bigger than 11 is a better approach.The text was updated successfully, but these errors were encountered: