Carthage
xcodebuild -showBuildSettings -scheme CathayCoreSDK -sdk iphonesimulator | grep ARCHS```shell ARCHS = x86_64 ARCHS_STANDARD = i386 x86_64 ARCHS_STANDARD_32_64_BIT = i386 x86_64 ARCHS_STANDARD_32_BIT = i386 ARCHS_STANDARD_64_BIT = x86_64 ARCHS_STANDARD_INCLUDING_64_BIT = i386 x86_64 ARCHS_UNIVERSAL_IPHONE_OS = i386 x86_64 VALID_ARCHS = i386 x86_64lipo -info CathayCoreSDK.framework/CathayCoreSDK Architectures in the fat file: CathayCoreSDK.framework/CathayCoreSDK are: i386 x86_64 armv7 arm64

Last updated