File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ Pod::Spec.new do |s|
18
18
s . source = { :git => "https://github.com/nativescript/canvas.git" , :tag => "#{ s . version } " }
19
19
20
20
s . pod_target_xcconfig = {
21
- 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/CanvasNative/frameworks "' ,
21
+ 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "${PODS_ROOT}/CanvasNative/Dist "' ,
22
22
'ENABLE_BITCODE' => 'YES' ,
23
+ 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => '"arm64"' ,
23
24
}
24
25
s . swift_versions = [ '4.0' , '4.2' , '5.0' ]
25
26
s . vendored_frameworks = 'packages/canvas/src-native/canvas-ios/CanvasNative/Dist/CanvasNative.xcframework'
26
- s . preserve_paths = 'CanvasNative.xcframework'
27
+ s . preserve_paths = 'packages/canvas/src-native/canvas-ios/CanvasNative/Dist/ CanvasNative.xcframework'
27
28
end
You can’t perform that action at this time.
0 commit comments