I have a little problem that is being difficult to solve. I configured One Signal in my app to use push notifications.
WARNING: OneSignal has detected that your application delegate implements a deprecated method (application:didReceiveLocalNotification:). Please note that this method has been officially deprecated and the OneSignal SDK will no longer call it. You should use UNUserNotificationCenter instead flutter: e76c1c3e-acf1-42b8-97af-0ffbe8ff8c5e
ERROR: Error! iOS Simulator does not support push! Please test on a real iOS device. Error: Error Domain=NSCocoaErrorDomain Code=3010 "remote notifications are not supported in the simulator" UserInfo={NSLocalizedDescription=remote notifications are not supported in the simulator} Application finished.
I know that iOS doesn't allow using notifications in the emulator and that's not a problem for me, but it turns out that after giving this error the app just doesn't open! Is there any setting so that the compiler can, say, "skip" the logging of push notifications when running on an iOS simulator?