File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
ios/RNNodeJsMobile.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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;
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;
Original file line number Diff line number Diff 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'
2424end
You can’t perform that action at this time.
0 commit comments