react-native-haptic-feedback
react-native-haptic-feedback copied to clipboard
Build Process Error "Undefined symbol: _AudioServicesPlaySystemSound"
After upgrading to v2.2.0 we are getting the following error during the build process.
We've tried manually setting up iOS based on the docs but when we attempt to add RNReactNativeHapticFeedback.xcodeproj to the Libraries and move to the next step, it does not show up when we attempt to 'Link Binary To Libraries'. libRNReactNativeHapticFeedback.a is not listed as one of the libraries available.
We can also confirm that attempting to click on RNReactNativeHapticFeedback.xcodeproj in the Library dropdown yields a 'The file could not be opened.' popup.
This error also goes away if we manually link the Audiotoolbox.framework to the package. Any help would be appreciated.
same
Same error on xcode 15.0.1, RN 0.72.6, react-native-haptic-feedback 2.2.0/2.1.0. And Same problem when manually setting up on IOS.
- "react-native-haptic-feedback": "^2.0.3"
Same, Only iOS settings can fix this error.