Skip to content

Commit a74b13a

Browse files
author
Jakob Kerkhove
committed
Update podspec
1 parent 11b4786 commit a74b13a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ios/RNNodeJsMobile.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
183183
GCC_WARN_UNUSED_FUNCTION = YES;
184184
GCC_WARN_UNUSED_VARIABLE = YES;
185+
HEADER_SEARCH_PATHS = "";
185186
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
186187
MTL_ENABLE_DEBUG_INFO = YES;
187188
ONLY_ACTIVE_ARCH = YES;
@@ -219,6 +220,7 @@
219220
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
220221
GCC_WARN_UNUSED_FUNCTION = YES;
221222
GCC_WARN_UNUSED_VARIABLE = YES;
223+
HEADER_SEARCH_PATHS = "";
222224
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
223225
MTL_ENABLE_DEBUG_INFO = NO;
224226
SDKROOT = iphoneos;

nodejs-mobile-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
'ENABLE_BITCODE' => 'NO'
1919
}
2020
s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
21-
s.ios.vendored_frameworks = 'ios/NodeMobile.framework'
21+
s.ios.vendored_frameworks = 'ios/NodeMobile.xcframework'
2222
s.static_framework = true
2323
s.dependency 'React-Core'
2424
end

0 commit comments

Comments
 (0)