Skip to content

Commit c62cece

Browse files
Update react-native-babylon.podspec
1 parent f23165b commit c62cece

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/@babylonjs/react-native/react-native-babylon.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Pod::Spec.new do |s|
2424
s.source_files = "ios/*.{h,m,mm}"
2525
s.requires_arc = true
2626
s.xcconfig = { 'USER_HEADER_SEARCH_PATHS' => '$(inherited) ${PODS_TARGET_SRCROOT}/shared ${PODS_TARGET_SRCROOT}/../react-native/shared',
27-
'LIBRARY_SEARCH_PATHS'=> "$(inherited) #{babylon_base_path}/\${CONFIGURATION}-\${PLATFORM_NAME}/** #{babylon_base_path}/** #{base_base_path}/\${CONFIGURATION}-\${PLATFORM_NAME}/** #{base_base_path}/** #{babylon_base_path_symlink}/\${CONFIGURATION}-\${PLATFORM_NAME}/** #{base_base_path_symlink}/**" }
28-
27+
'LIBRARY_SEARCH_PATHS'=> "$(inherited) #{base_base_path}/** #{base_base_path_symlink}/**" }
2928

3029
s.vendored_frameworks = "ios/libs/*.xcframework"
3130

0 commit comments

Comments
 (0)