I got the following warning on Github CI when trying to build an iOS archive:
ld: warning: ignoring file ios/myframework.xcframework/ios-arm64/myframework.framework/myframework, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
then this error followed:
Undefined symbols for architecture arm64:
Now the confusing thing is that this error can happen because of several reasons, in my case, it was neither of any I could find online.