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
It seems that from version 14.1.0, the XCFramework no longer has the correct arvm7 slice and it fails to compile with the following message.
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_SHKShake", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture armv7
Version 12.1.0 is properly generated though.
The text was updated successfully, but these errors were encountered:
I think the problem is that the Package.swift is setting the minimum version to iOS 10 when it should be iOS 11, based on the documentation. iOS 10 devices still require the armv7 architecture for 32 bits, unlike iOS 11.
Good catch, we bumped the minimum version to iOS11, but looks like we forgot to edit the Package.swift file.
We'll test it out and the next release should contain the fix for this.
It seems that from version 14.1.0, the XCFramework no longer has the correct arvm7 slice and it fails to compile with the following message.
Version 12.1.0 is properly generated though.
The text was updated successfully, but these errors were encountered: