Untitled
unknown
plain_text
2 years ago
83 kB
4
Indexable
Launching lib/main.dart on iPhone 12 Pro in debug mode... Running pod install... Running Xcode build... Xcode build done. 39.2s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's output: ↳ Writing result bundle at path: /var/folders/6w/_smzwdt145qfvx_yn8k52lww0000gn/T/flutter_tools.69UnxA/flutter_ios_build_temp_dirKXPPIS/temporary_xcresult_bundle /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/share-2.0.4/ios/Classes/FLTSharePlugin.m:127:60: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations] withController:[UIApplication sharedApplication].keyWindow.rootViewController ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/share/share-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here @property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/share-2.0.4/ios/Classes/FLTSharePlugin.m:156:60: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations] withController:[UIApplication sharedApplication].keyWindow.rootViewController ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/share/share-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here @property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)); ^ 2 warnings generated. /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/share-2.0.4/ios/Classes/FLTSharePlugin.m:127:60: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations] withController:[UIApplication sharedApplication].keyWindow.rootViewController ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/share/share-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here @property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/share-2.0.4/ios/Classes/FLTSharePlugin.m:156:60: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations] withController:[UIApplication sharedApplication].keyWindow.rootViewController ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/share/share-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here @property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)); ^ 2 warnings generated. error: the following command failed with exit code 0 but produced no further output CompileC /Users/romil/Library/Developer/Xcode/DerivedData/Runner-dhwnalusbwbgyodsnjgfcffpqgqz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/flutter_local_notifications.build/Objects-normal/x86_64/FlutterLocalNotificationsPlugin.o /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'flutter_local_notifications' from project 'Pods') /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:13:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification *_launchNotification; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:293:4: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] - (UILocalNotification *)buildStandardUILocalNotification:(NSDictionary *)arguments { ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:752:30: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] didReceiveLocalNotification:(UILocalNotification*)notification { ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:182:64: warning: 'scheduledLocalNotifications' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:] [-Wdeprecated-declarations] NSArray *notifications = [UIApplication sharedApplication].scheduledLocalNotifications; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:243:68: note: 'scheduledLocalNotifications' has been explicitly marked deprecated here @property(nullable,nonatomic,copy) NSArray<UILocalNotification *> *scheduledLocalNotifications API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:185:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification* localNotification = [notifications objectAtIndex:i]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:277:9: warning: 'UIUserNotificationType' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations] UIUserNotificationType notificationTypes = 0; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) { ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:279:34: warning: 'UIUserNotificationTypeSound' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations] notificationTypes |= UIUserNotificationTypeSound; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) { ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:282:34: warning: 'UIUserNotificationTypeAlert' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations] notificationTypes |= UIUserNotificationTypeAlert; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) { ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:285:34: warning: 'UIUserNotificationTypeBadge' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNAuthorizationOptions [-Wdeprecated-declarations] notificationTypes |= UIUserNotificationTypeBadge; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:17:32: note: 'UIUserNotificationType' has been explicitly marked deprecated here typedef NS_OPTIONS(NSUInteger, UIUserNotificationType) { ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:287:9: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations] UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:notificationTypes categories:nil]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here @interface UIUserNotificationSettings : NSObject ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:287:76: warning: 'UIUserNotificationSettings' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationSettings [-Wdeprecated-declarations] UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTypes:notificationTypes categories:nil]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIUserNotificationSettings.h:44:12: note: 'UIUserNotificationSettings' has been explicitly marked deprecated here @interface UIUserNotificationSettings : NSObject ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:288:44: warning: 'registerUserNotificationSettings:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] registerUserNotificationSettings:settings]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:251:1: note: 'registerUserNotificationSettings:' has been explicitly marked deprecated here - (void)registerUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter requestAuthorizationWithOptions:completionHandler:] and -[UNUserNotificationCenter setNotificationCategories:]", ios(8.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:294:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification *notification = [[UILocalNotification alloc] init]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:294:63: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification *notification = [[UILocalNotification alloc] init]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:333:34: warning: 'UILocalNotificationDefaultSoundName' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's +[UNNotificationSound defaultSound] [-Wdeprecated-declarations] notification.soundName = UILocalNotificationDefaultSoundName; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:62:30: note: 'UILocalNotificationDefaultSoundName' has been explicitly marked deprecated here UIKIT_EXTERN NSString *const UILocalNotificationDefaultSoundName API_DEPRECATED("Use UserNotifications Framework's +[UNNotificationSound defaultSound]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:349:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification * notification = [self buildStandardUILocalNotification:arguments]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:350:44: warning: 'presentLocalNotificationNow:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] presentLocalNotificationNow:notification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:237:1: note: 'presentLocalNotificationNow:' has been explicitly marked deprecated here - (void)presentLocalNotificationNow:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:362:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification * notification = [self buildStandardUILocalNotification:arguments]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:387:44: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] scheduleLocalNotification:notification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here - (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // copies notification ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:407:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification * notification = [self buildStandardUILocalNotification:arguments]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:409:44: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] scheduleLocalNotification:notification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here - (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // copies notification ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:420:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification * notification = [self buildStandardUILocalNotification:arguments]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:441:44: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] scheduleLocalNotification:notification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here - (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // copies notification ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:460:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification * notification = [self buildStandardUILocalNotification:arguments]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:468:44: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] scheduleLocalNotification:notification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here - (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // copies notification ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:489:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification * notification = [self buildStandardUILocalNotification:arguments]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:498:44: warning: 'scheduleLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] scheduleLocalNotification:notification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:239:1: note: 'scheduleLocalNotification:' has been explicitly marked deprecated here - (void)scheduleLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter addNotificationRequest:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // copies notification ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:510:68: warning: 'scheduledLocalNotifications' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:] [-Wdeprecated-declarations] NSArray *notifications = [UIApplication sharedApplication].scheduledLocalNotifications; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:243:68: note: 'scheduledLocalNotifications' has been explicitly marked deprecated here @property(nullable,nonatomic,copy) NSArray<UILocalNotification *> *scheduledLocalNotifications API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter getPendingNotificationRequestsWithCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:512:13: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification* localNotification = [notifications objectAtIndex:i]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:515:52: warning: 'cancelLocalNotification:' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter removePendingNotificationRequestsWithIdentifiers:] [-Wdeprecated-declarations] [[UIApplication sharedApplication] cancelLocalNotification:localNotification]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:240:1: note: 'cancelLocalNotification:' has been explicitly marked deprecated here - (void)cancelLocalNotification:(UILocalNotification *)notification API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter removePendingNotificationRequestsWithIdentifiers:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:529:44: warning: 'cancelAllLocalNotifications' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenter removeAllPendingNotificationRequests] [-Wdeprecated-declarations] [[UIApplication sharedApplication] cancelAllLocalNotifications]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:241:1: note: 'cancelAllLocalNotifications' has been explicitly marked deprecated here - (void)cancelAllLocalNotifications API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenter removeAllPendingNotificationRequests]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:741:9: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification *launchNotification = (UILocalNotification *)[launchOptions objectForKey:UIApplicationLaunchOptionsLocalNotificationKey]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:741:52: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification *launchNotification = (UILocalNotification *)[launchOptions objectForKey:UIApplicationLaunchOptionsLocalNotificationKey]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:741:102: warning: 'UIApplicationLaunchOptionsLocalNotificationKey' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:] [-Wdeprecated-declarations] UILocalNotification *launchNotification = (UILocalNotification *)[launchOptions objectForKey:UIApplicationLaunchOptionsLocalNotificationKey]; ^ In module 'UIKit' imported from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:513:50: note: 'UIApplicationLaunchOptionsLocalNotificationKey' has been explicitly marked deprecated here UIKIT_EXTERN UIApplicationLaunchOptionsKey const UIApplicationLaunchOptionsLocalNotificationKey NS_SWIFT_NAME(localNotification) API_DEPRECATED("Use UserNotifications Framework's -[UNUserNotificationCenterDelegate didReceiveNotificationResponse:withCompletionHandler:]", ios(4.0, 10.0)) API_UNAVAILABLE(tvos); // userInfo contains a UILocalNotification ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.m:751:1: warning: implementing deprecated method [-Wdeprecated-implementations] - (void)application:(UIApplication*)application ^ In module 'Flutter' imported from /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-7.0.0/ios/Classes/FlutterLocalNotificationsPlugin.h:1: /Users/romil/Documents/IDEs/flutter/bin/cache/artifacts/engine/ios/Flutter.xcframework/ios-arm64_x86_64-simulator/Flutter.framework/Headers/FlutterPlugin.h:104:1: note: method 'application:didReceiveLocalNotification:' declared here - (void)application:(UIApplication*)application ^ 35 warnings generated. error: the following command failed with exit code 0 but produced no further output SwiftEmitModule normal x86_64 Emitting\ module\ for\ DKPhotoGallery (in target 'DKPhotoGallery' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDataSource: class { ^~~~~ AnyObject /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDelegate: class { ^~~~~ AnyObject /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDataSource: class { ^~~~~ AnyObject /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDelegate: class { ^~~~~ AnyObject /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDataSource: class { ^~~~~ AnyObject /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead internal protocol DKPhotoGalleryContentDelegate: class { ^~~~~ AnyObject <module-includes>:1:9: note: in file included from <module-includes>:1: #import "Headers/better_player-umbrella.h" ^ /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13:9: note: in file included from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13: #import "BetterPlayer.h" ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:34: warning: 'width' used as the name of the previous parameter rather than as part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:34: note: introduce a parameter name to make 'width' part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:39: note: or insert whitespace before ':' to use 'width' as parameter name and have an empty entry in the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ <module-includes>:1:9: note: in file included from <module-includes>:1: #import "Headers/better_player-umbrella.h" ^ /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13:9: note: in file included from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13: #import "BetterPlayer.h" ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:47: warning: 'height' used as the name of the previous parameter rather than as part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:47: note: introduce a parameter name to make 'height' part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:53: note: or insert whitespace before ':' to use 'height' as parameter name and have an empty entry in the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ <module-includes>:1:9: note: in file included from <module-includes>:1: #import "Headers/better_player-umbrella.h" ^ /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13:9: note: in file included from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13: #import "BetterPlayer.h" ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:34: warning: 'width' used as the name of the previous parameter rather than as part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:34: note: introduce a parameter name to make 'width' part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:39: note: or insert whitespace before ':' to use 'width' as parameter name and have an empty entry in the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ <module-includes>:1:9: note: in file included from <module-includes>:1: #import "Headers/better_player-umbrella.h" ^ /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13:9: note: in file included from /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Target Support Files/better_player/better_player-umbrella.h:13: #import "BetterPlayer.h" ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:47: warning: 'height' used as the name of the previous parameter rather than as part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:47: note: introduce a parameter name to make 'height' part of the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ //Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayer.h:53:53: note: or insert whitespace before ':' to use 'height' as parameter name and have an empty entry in the selector - (void)setTrackParameters:(int) width: (int) height: (int)bitrate; ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/CacheManager.swift:217:13: warning: initialization of immutable value 'str' was never used; consider replacing with assignment to '_' or removing it let str = String(format: "%.1f%%", percentage) ~~~~^~~ _ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/CacheManager.swift:217:13: warning: initialization of immutable value 'str' was never used; consider replacing with assignment to '_' or removing it let str = String(format: "%.1f%%", percentage) ~~~~^~~ _ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:179:64: warning: use of C-style parameters in Objective-C method declarations is deprecated [-Wdeprecated-declarations] - (void) setupRemoteCommandNotification:(BetterPlayer*)player, NSString* title, NSString* author , NSString* imageUrl{ ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:238:52: warning: use of C-style parameters in Objective-C method declarations is deprecated [-Wdeprecated-declarations] - (void) setupUpdateListener:(BetterPlayer*)player,NSString* title, NSString* author,NSString* imageUrl { ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:62:12: warning: incompatible pointer types returning 'BetterPlayerView *' from a function with result type 'NSObject<FlutterPlatformView> * _Nonnull' [-Wincompatible-pointer-types] return player; ^~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:138:33: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:149:33: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:156:33: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:166:37: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:167:56: warning: incompatible pointer types initializing 'MPChangePlaybackPositionCommandEvent *' with an expression of type 'MPChangePlaybackRateCommandEvent *' [-Wincompatible-pointer-types] MPChangePlaybackPositionCommandEvent * playbackEvent = (MPChangePlaybackRateCommandEvent * ) event; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:170:46: warning: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] [_notificationPlayer seekTo: millis]; ~ ^~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:191:18: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (imageUrl != [NSNull null]){ ~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:195:17: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (key != [NSNull null]){ ~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:213:92: warning: 'initWithImage:' is deprecated: first deprecated in iOS 10.0 - Use -initWithBoundsSize:requestHandler: [-Wdeprecated-declarations] MPMediaItemArtwork* artworkImage = [[MPMediaItemArtwork alloc] initWithImage: tempArtworkImage]; ^ In module 'MediaPlayer' imported from /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.h:12: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h:248:1: note: 'initWithImage:' has been explicitly marked deprecated here - (instancetype)initWithImage:(UIImage *)image MP_DEPRECATED("Use -initWithBoundsSize:requestHandler:", ios(5.0, 10.0)); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:328:25: warning: comparison of distinct pointer types ('NSDictionary *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (headers == [NSNull null] || headers == NULL){ ~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:433:25: warning: comparison of distinct pointer types ('NSDictionary *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (headers == [ NSNull null ]){ ~~~~~~~ ^ ~~~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:436:32: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (videoExtension == [NSNull null]){ ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:440:24: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (urlArg != [NSNull null]){ ~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:458:24: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (urlArg != [NSNull null]){ ~~~~~~ ^ ~~~~~~~~~~~~~ 19 warnings generated. /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerEzDrmAssetsLoaderDelegate.m:32:21: warning: comparison of distinct pointer types ('NSURL *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_licenseURL != [NSNull null]){ ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerEzDrmAssetsLoaderDelegate.m:45:40: warning: 'sendSynchronousRequest:returningResponse:error:' is deprecated: first deprecated in iOS 9.0 - Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h [-Wdeprecated-declarations] decodedData = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:nil]; ^ In module 'Foundation' imported from /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerEzDrmAssetsLoaderDelegate.h:5: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:405:1: note: 'sendSynchronousRequest:returningResponse:error:' has been explicitly marked deprecated here + (nullable NSData *)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse * _Nullable * _Nullable)response error:(NSError **)error API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos); ^ 2 warnings generated. 18 warnings generated. /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:179:64: warning: use of C-style parameters in Objective-C method declarations is deprecated [-Wdeprecated-declarations] - (void) setupRemoteCommandNotification:(BetterPlayer*)player, NSString* title, NSString* author , NSString* imageUrl{ ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:238:52: warning: use of C-style parameters in Objective-C method declarations is deprecated [-Wdeprecated-declarations] - (void) setupUpdateListener:(BetterPlayer*)player,NSString* title, NSString* author,NSString* imageUrl { ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:62:12: warning: incompatible pointer types returning 'BetterPlayerView *' from a function with result type 'NSObject<FlutterPlatformView> * _Nonnull' [-Wincompatible-pointer-types] return player; ^~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:138:33: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:149:33: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:156:33: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:166:37: warning: comparison of distinct pointer types ('BetterPlayer *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_notificationPlayer != [NSNull null]){ ~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:167:56: warning: incompatible pointer types initializing 'MPChangePlaybackPositionCommandEvent *' with an expression of type 'MPChangePlaybackRateCommandEvent *' [-Wincompatible-pointer-types] MPChangePlaybackPositionCommandEvent * playbackEvent = (MPChangePlaybackRateCommandEvent * ) event; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:170:46: warning: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] [_notificationPlayer seekTo: millis]; ~ ^~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:191:18: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (imageUrl != [NSNull null]){ ~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:195:17: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (key != [NSNull null]){ ~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:213:92: warning: 'initWithImage:' is deprecated: first deprecated in iOS 10.0 - Use -initWithBoundsSize:requestHandler: [-Wdeprecated-declarations] MPMediaItemArtwork* artworkImage = [[MPMediaItemArtwork alloc] initWithImage: tempArtworkImage]; ^ In module 'MediaPlayer' imported from /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.h:12: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/MediaPlayer.framework/Headers/MPMediaItem.h:248:1: note: 'initWithImage:' has been explicitly marked deprecated here - (instancetype)initWithImage:(UIImage *)image MP_DEPRECATED("Use -initWithBoundsSize:requestHandler:", ios(5.0, 10.0)); ^ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:328:25: warning: comparison of distinct pointer types ('NSDictionary *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (headers == [NSNull null] || headers == NULL){ ~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:433:25: warning: comparison of distinct pointer types ('NSDictionary *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (headers == [ NSNull null ]){ ~~~~~~~ ^ ~~~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:436:32: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (videoExtension == [NSNull null]){ ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:440:24: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (urlArg != [NSNull null]){ ~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerPlugin.m:458:24: warning: comparison of distinct pointer types ('NSString *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (urlArg != [NSNull null]){ ~~~~~~ ^ ~~~~~~~~~~~~~ 19 warnings generated. /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerEzDrmAssetsLoaderDelegate.m:32:21: warning: comparison of distinct pointer types ('NSURL *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types] if (_licenseURL != [NSNull null]){ ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerEzDrmAssetsLoaderDelegate.m:45:40: warning: 'sendSynchronousRequest:returningResponse:error:' is deprecated: first deprecated in iOS 9.0 - Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h [-Wdeprecated-declarations] decodedData = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:nil]; ^ In module 'Foundation' imported from /Users/romil/Documents/IDEs/flutter/.pub-cache/hosted/pub.dartlang.org/better_player-0.0.81/ios/Classes/BetterPlayerEzDrmAssetsLoaderDelegate.h:5: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLConnection.h:405:1: note: 'sendSynchronousRequest:returningResponse:error:' has been explicitly marked deprecated here + (nullable NSData *)sendSynchronousRequest:(NSURLRequest *)request returningResponse:(NSURLResponse * _Nullable * _Nullable)response error:(NSError **)error API_DEPRECATED("Use [NSURLSession dataTaskWithRequest:completionHandler:] (see NSURLSession.h", macos(10.3,10.11), ios(2.0,9.0), tvos(9.0,9.0)) API_UNAVAILABLE(watchos); ^ 2 warnings generated. 18 warnings generated. error: the following command failed with exit code 1 but produced no further output SwiftEmitModule normal arm64 Emitting\ module\ for\ DKImagePickerController (in target 'DKImagePickerController' from project 'Pods') note: Building targets in dependency order /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'webview_flutter_wkwebview' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'razorpay-pod' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'video_player_avfoundation' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'url_launcher_ios' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'sqflite' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'shared_preferences_ios' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'razorpay_flutter' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'path_provider_ios' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'nanopb' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'image_picker' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'firebase_messaging' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'firebase_core' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'firebase_auth' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'Toast' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'SwiftyGif' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'SDWebImage' from project 'Pods') warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner') warning: Run script build phase 'Thin Binary' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Runner' from project 'Runner') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'PromisesObjC' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'PINOperation' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'PINCache' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'HLSCachingReverseProxyServer' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleUtilities' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GoogleDataTransport' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GTMSessionFetcher' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'GCDWebServer' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseMessaging' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseInstallations' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseCoreDiagnostics' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseCore' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FirebaseAuth' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'FMDB' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'DKPhotoGallery-DKPhotoGallery' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'DKPhotoGallery' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'DKImagePickerController-DKImagePickerController' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'DKImagePickerController' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'Flutter' from project 'Pods') /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 11.0 to 16.2.99. (in target 'Firebase' from project 'Pods') Result bundle written to path: /var/folders/6w/_smzwdt145qfvx_yn8k52lww0000gn/T/flutter_tools.69UnxA/flutter_ios_build_temp_dirKXPPIS/temporary_xcresult_bundle Swift Compiler Error (Xcode): Stored properties cannot be marked potentially unavailable with '@available' /Volumes/Coder/GitLab/Flutter/SevenAcademy/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift:67:5 Could not build the application for the simulator. Error launching application on iPhone 12 Pro.
Editor is loading...