We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm using React Native 0.60.4 and after last lib release, I'm receiving this error after run pod install and run my iOS project.
pod install
@interface RCTConvert (UNNotificationInterruptionLevel) + (UNNotificationInterruptionLevel)UNNotificationInterruptionLevel:(id)json API_AVAILABLE(ios(15.0)); @end
If I install @react-native-community/push-notification-ios v1.10.1, my application works well.
I have no idea of how to deal with this error. Can someone help me?
XCode 12.4 React Native 0.60.4 @react-native-community/push-notification-ios v1.11.0
The text was updated successfully, but these errors were encountered:
Same issue, waiting for help
Sorry, something went wrong.
This should be happening because of the iOS version of your simulator. UNNotificationInterruptionLevel is available for iOS 15.0+.
Try to update your Xcode to get iOS new versions.
No branches or pull requests
Hello, I'm using React Native 0.60.4 and after last lib release, I'm receiving this error after run
pod install
and run my iOS project.If I install @react-native-community/push-notification-ios v1.10.1, my application works well.
I have no idea of how to deal with this error. Can someone help me?
XCode 12.4
React Native 0.60.4
@react-native-community/push-notification-ios v1.11.0
The text was updated successfully, but these errors were encountered: