Justin Hernandez

Results 4 comments of Justin Hernandez

Hey all fellow Mac guys, install this great plugin from int3h to fix this issue. https://github.com/int3h/SublimeFixMacPath

@andrewmartin don't thank me! Thank @int3h! :+1:

The above worked for me 👆 Another option is to manually update the "Target Membership" for the Pods Project > Frameworks > iOS > AudioToolbox.framework Then click on the "+"...

@Mustafax06 you could add this block to your Podfile ``` installer.pods_project.targets.each do |target| if target.name == "RNReactNativeHapticFeedback" target.build_configurations.each do |config| config.build_settings["OTHER_LDFLAGS"] ||= ["$(inherited)"] config.build_settings["OTHER_LDFLAGS"]