SellyCloudSDK.xcframework支持真机,arm64+x86模拟器
This commit is contained in:
@@ -32,16 +32,14 @@ TODO: Add long description of the pod here.
|
||||
s.swift_version = "5.10"
|
||||
s.source_files = 'SellyCloudSDK/Classes/**/*'
|
||||
|
||||
s.pod_target_xcconfig = { 'VALID_ARCHS' => 'x86_64 arm64' ,
|
||||
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64',
|
||||
s.pod_target_xcconfig = {
|
||||
'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
|
||||
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17',
|
||||
'OTHER_LDFLAGS' => '-ObjC'
|
||||
}
|
||||
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
|
||||
s.resources = ['SellyCloud/sdk/SellyCloudSDK.framework/*.bundle']
|
||||
|
||||
s.vendored_frameworks = 'SellyCloudSDK/sdk/*.framework'
|
||||
s.vendored_frameworks = 'SellyCloudSDK/sdk/*.{framework,xcframework}'
|
||||
|
||||
s.dependency 'CocoaLumberjack', '~>3.7.2'
|
||||
s.dependency 'CocoaLumberjack/Swift'
|
||||
|
||||
Reference in New Issue
Block a user