lipo -info OPPWAMobile.framework/OPPWAMobile
remove x86_64 and i386
lipo -remove i386 OPPWAMobile.framework/OPPWAMobile -o OPPWAMobile.framework/OPPWAMobile
lipo -remove x86_64 OPPWAMobile.framework/OPPWAMobile -o OPPWAMobile.framework/OPPWAMobile
lipo -remove armv7 OPPWAMobile.framework/OPPWAMobile -o OPPWAMobile.framework/OPPWAMobile
lipo -remove arm64 OPPWAMobile.framework/OPPWAMobile -o OPPWAMobile.framework/OPPWAMobile
Add module.modulemap at OPPWAMobile.framework/Modules/module.modulemap
framework module OPPWAMobile {
umbrella header "OPPWAMobile.h"
export *
}
xcodebuild -create-xcframework -framework x86_64/OPPWAMobile.framework -framework arm64/OPPWAMobile.framework -output OPPWAMobile.xcframework
create a compressed version of XCFramework OPPWAMobile.xcframework.zip
swift package compute-checksum OPPWAMobile.xcframework.zip