Skip to content

Commit 7d7591d

Browse files
committed
fix: unused pod
1 parent 6ac1f1f commit 7d7591d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/ios/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ require Pod::Executable.execute_command('node', ['-p',
1010
platform :ios, min_ios_version_supported
1111
prepare_react_native_project!
1212

13+
# This helps with header search paths when using frameworks
14+
def fix_cplusplus_header_paths(installer)
1315
linkage = ENV['USE_FRAMEWORKS']
1416
if linkage != nil
1517
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green

0 commit comments

Comments
 (0)