We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac1f1f commit 7d7591dCopy full SHA for 7d7591d
example/ios/Podfile
@@ -10,6 +10,8 @@ require Pod::Executable.execute_command('node', ['-p',
10
platform :ios, min_ios_version_supported
11
prepare_react_native_project!
12
13
+# This helps with header search paths when using frameworks
14
+def fix_cplusplus_header_paths(installer)
15
linkage = ENV['USE_FRAMEWORKS']
16
if linkage != nil
17
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
0 commit comments