mkuczera / react-native-haptic-feedback

React-Native Haptic Feedback for iOS with Android similar behaviour.
MIT License
855 stars 103 forks source link

XCode 14.3 and new architecture not working #100

Closed Rohphi closed 11 months ago

Rohphi commented 1 year ago

on build the error 'value' is unavailable: introduced in iOS 12.0 is shown

the podfile needs to be adapted to s.platform= :ios, "12.4"

mkuczera commented 1 year ago

Fixed in 2.1.0, currently in beta to test it

mkuczera commented 11 months ago

Fixed in Release 2.1.0 / 2.2.0 I deprecated the failure releases. Sorry for the issues.