Commit a0567f0e authored by GoldMask's avatar GoldMask

fix

parent 781b09b4
......@@ -56,5 +56,5 @@ Pod::Spec.new do |s|
'${PROJECT_DIR}/Source/framework/AlibcTradeUltimateSDK.framework/Headers'
]
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64','FRAMEWORK_SEARCH_PATHS' => search_paths }
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment