flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.57k stars 27.13k forks source link

Flutter Build Error On IOS - Old Packages #76693

Closed onurc4kir closed 3 years ago

onurc4kir commented 3 years ago

Hello, My flutter project was working when I left it 2 months ago but now When I try to build IOS it gives me error which is very long. I created new project and copy my pubspec.yaml file to it and it run. But when I copy my lib folder again it gives me same error message. What I tried :

  1. stable channel, clean and upgrade.
  2. Creating new project and copy lib. and pubspeb.yaml
  3. Deleting some old packages
  4. change ios deployment target '9.0' to '11.0'

I'm using beta channel and latest version of flutter. My Xcode Version is 12.4.

pubspec.yaml


version: 1.0.0+1

environment:
  sdk: '>=2.3.0 <3.0.0'

dependencies:
  flutter:
    sdk: flutter

  google_fonts: ^1.1.1
  provider: ^4.3.2+2
  #page transition animation
  page_transition: '^1.1.7+2'
  #for some UI elements not very essential
  flui: 0.9.2
  #ios style date picker
  flutter_datetime_picker: ^1.4.0
  get_it: ^5.0.1
  #Height, age, range slider
  flutter_xlider: ^3.4.0
  #For picking image from gallery
  image_picker: ^0.6.7+12
  image_pickers: ^1.0.8+7

  #For reading icons at flutter
  flutter_svg: ^0.20.0-nullsafety.3
  flutter_icons: ^1.1.0
  #For showing loading icon when provider state changes
  loading_overlay: ^0.2.1
  #flutflutter_styled_toast: ^1.5.2+1
  #Firebase Packages
  firebase_auth: ^0.18.3
  cloud_firestore: ^0.14.4
  firebase_storage: ^5.0.1
  firebase_core: ^0.5.3
  google_sign_in: ^4.5.6
  flutter_facebook_login: ^3.0.0
  #firebase_database: ^4.4.0

  #maps and geolocation packages Using At MapPage
  google_maps_flutter: ^1.0.6
  google_place: ^0.3.3
  #getting user current location.
  geolocator: ^6.1.4

  #cluster manager for Google Maps. Using at MapPage
  google_maps_cluster_manager: ^0.2.0

  #to make bottom container for map Using at MapPage
  sliding_up_panel: ^1.0.2
  #To get LatLng from an address or to get Address From an LatLng
  geocoder: ^0.2.1

  #For swipe cards
  swipe_stack: ^1.0.0

  #For creating timing indicator at match and likes page. Look at circular avatars
  percent_indicator: ^2.1.8

  #to make location search based on geohash.
  geoflutterfire: ^2.2.1

  #for local data managment. Key value pairs
  shared_preferences: ^0.5.12+4
  #cache image and loading indicator fo them
  cached_network_image: ^2.4.1

  #to draw chart. Used at venue detail page.
  fl_chart: 0.20.0-nullsafety1

  # Create unique id for firebase documents
  uuid: ^2.2.2

  path_provider: ^1.6.24
  #some stream operations do
  rxdart: ^0.24.1
  #Google recaptcha plugin
  #flutter_recaptcha_v2: ^0.1.0

flutter:
  uses-material-design: true

  assets:
    - assets/icons/

Debug Console Log

Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
 lib/main.dart
Xcode build done.                                           11.3s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **
Xcode's output:
↳
    While building module 'firebase_core' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/ios/Classes/FLTFirebaseFirestorePlugin.m:6:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/firebase_core/firebase_core-umbrella.h:13:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebaseCorePlugin.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebasePlugin.h:9:9: error: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin': '/Users/onur/Developer/spottapp/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h' [-Werror,-Wnon-modular-include-in-framework-module]
    #import <FirebaseCore/FirebaseCore.h>
            ^
    1 error generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/ios/Classes/FLTFirebaseFirestorePlugin.m:6:9: fatal error: could not build module 'firebase_core'
    #import <firebase_core/FLTFirebasePluginRegistry.h>
     ~~~~~~~^
    2 errors generated.
    While building module 'firebase_core' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/ios/Classes/FLTFirebaseFirestoreWriter.m:6:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/firebase_core/firebase_core-umbrella.h:13:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebaseCorePlugin.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebasePlugin.h:9:9: error: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin': '/Users/onur/Developer/spottapp/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h' [-Werror,-Wnon-modular-include-in-framework-module]
    #import <FirebaseCore/FirebaseCore.h>
            ^
    1 error generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/ios/Classes/FLTFirebaseFirestoreWriter.m:6:9: fatal error: could not build module 'firebase_core'
    #import <firebase_core/FLTFirebasePlugin.h>
     ~~~~~~~^
    2 errors generated.
    While building module 'firebase_core' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/ios/Classes/FLTFirebaseFirestoreReader.m:6:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/firebase_core/firebase_core-umbrella.h:13:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebaseCorePlugin.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebasePlugin.h:9:9: error: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin': '/Users/onur/Developer/spottapp/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h' [-Werror,-Wnon-modular-include-in-framework-module]
    #import <FirebaseCore/FirebaseCore.h>
            ^
    1 error generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-0.14.4/ios/Classes/FLTFirebaseFirestoreReader.m:6:9: fatal error: could not build module 'firebase_core'
    #import <firebase_core/FLTFirebasePlugin.h>
     ~~~~~~~^
    2 errors generated.
    While building module 'firebase_core' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.4+1/ios/Classes/FLTFirebaseAuthPlugin.m:5:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/firebase_core/firebase_core-umbrella.h:13:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebaseCorePlugin.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebasePlugin.h:9:9: error: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin': '/Users/onur/Developer/spottapp/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h' [-Werror,-Wnon-modular-include-in-framework-module]
    #import <FirebaseCore/FirebaseCore.h>
            ^
    1 error generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.18.4+1/ios/Classes/FLTFirebaseAuthPlugin.m:5:9: fatal error: could not build module 'firebase_core'
    #import <firebase_core/FLTFirebasePluginRegistry.h>
     ~~~~~~~^
    2 errors generated.
    While building module 'firebase_core' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-5.2.0/ios/Classes/FLTFirebaseStoragePlugin.m:6:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/firebase_core/firebase_core-umbrella.h:13:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebaseCorePlugin.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.5.3/ios/Classes/FLTFirebasePlugin.h:9:9: error: include of non-modular header inside framework module 'firebase_core.FLTFirebasePlugin': '/Users/onur/Developer/spottapp/ios/Pods/Headers/Public/FirebaseCore/FirebaseCore.h' [-Werror,-Wnon-modular-include-in-framework-module]
    #import <FirebaseCore/FirebaseCore.h>
            ^
    1 error generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_storage-5.2.0/ios/Classes/FLTFirebaseStoragePlugin.m:6:9: fatal error: could not build module 'firebase_core'
    #import <firebase_core/FLTFirebasePluginRegistry.h>
     ~~~~~~~^
    2 errors generated.
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
    warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.
Exited (sigterm)

Flutter doctor -v


[✓] Flutter (Channel beta, 1.26.0-17.6.pre, on macOS 11.2.1
    20D74 darwin-x64, locale en-TR)
    • Flutter version 1.26.0-17.6.pre at
      /Users/onur/Developer/flutter
    • Framework revision a29104a69b (8 days ago), 2021-02-16
      09:26:56 -0800
    • Engine revision 21fa8bb99e
    • Dart version 2.12.0 (build 2.12.0-259.12.beta)

[✓] Android toolchain - develop for Android devices (Android
    SDK version 30.0.2)
    • Android SDK at /Users/onur/Library/Android/sdk
    • Platform android-30, build-tools 30.0.2
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.4, Build version 12D4e
    • CocoaPods version 1.10.1

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android
      Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6915495)

[✓] VS Code (version 1.53.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.19.0

[✓] Connected device (1 available)
    • iPhone 12 Pro Max (mobile) •
      025247E3-C767-4FE2-81DB-6F10C7D45D5B • ios •
      com.apple.CoreSimulator.SimRuntime.iOS-14-4 (simulator)
EmreSURK commented 3 years ago

Hi Onur, Did you update the version of Firebase? If you use + or ^ signs it may be updated automatically. Can you share pubspec file? You may try to set the exact version of Firebase dependency to a suitable version by trying.

onurc4kir commented 3 years ago

Hi Onur, Did you update the version of Firebase? If you use + or ^ signs it may be updated automatically. Can you share pubspec file? You may try to set the exact version of Firebase dependency to a suitable version by trying.

I added.

TahaTesser commented 3 years ago

Hi @EmreSURK Please delete your podspec file and try again If that doesn't work, please try this solution

If the problem persists, Can you please provide flutter run --verbose (paste the logs in a text file and drop in the comments below Thank you

onurc4kir commented 3 years ago

Hi @EmreSURK Please delete your podspec file and try again If that doesn't work, please try this solution

If the problem persists, Can you please provide flutter run --verbose (paste the logs in a text file and drop in the comments below Thank you I tried all of them but it still gives me error. Now I have more error.


Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
 lib/main.dart
Xcode build done.                                           126.8s
Failed to build iOS app
Error output from Xcode build:
↳
    ** BUILD FAILED **
Xcode's output:
↳
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+22/ios/Classes/FLTImagePickerPlugin.m:149:20: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead [-Wdeprecated-declarations]
        [[[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Error", nil)
                       ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
    @interface UIAlertView : UIView
               ^
    1 warning generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+22/ios/Classes/FLTImagePickerPhotoAssetUtil.m:17:44: warning: 'UIImagePickerControllerReferenceURL' is deprecated: first deprecated in iOS 11.0 - Will be removed in a future release, use PHPicker. [-Wdeprecated-declarations]
      NSURL *referenceURL = [info objectForKey:UIImagePickerControllerReferenceURL];
                                               ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:62:51: note: 'UIImagePickerControllerReferenceURL' has been explicitly marked deprecated here
    UIKIT_EXTERN UIImagePickerControllerInfoKey const UIImagePickerControllerReferenceURL API_DEPRECATED("Will be removed in a future release, use PHPicker.", ios(4.1, 11.0)) API_UNAVAILABLE(tvos); // an NSURL that references an asset in the AssetsLibrary framework
                                                      ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+22/ios/Classes/FLTImagePickerPhotoAssetUtil.m:21:47: warning: 'fetchAssetsWithALAssetURLs:options:' is deprecated: first deprecated in iOS 11 - Will be removed in a future release [-Wdeprecated-declarations]
      PHFetchResult<PHAsset *> *result = [PHAsset fetchAssetsWithALAssetURLs:@[ referenceURL ]
                                                  ^
    In module 'Photos' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+22/ios/Classes/FLTImagePickerPhotoAssetUtil.h:6:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Photos.framework/Headers/PHAsset.h:74:1: note: 'fetchAssetsWithALAssetURLs:options:' has been explicitly marked deprecated here
    + (PHFetchResult<PHAsset *> *)fetchAssetsWithALAssetURLs:(NSArray<NSURL *> *)assetURLs options:(nullable PHFetchOptions *)options API_DEPRECATED("Will be removed in a future release", ios(8, 11), tvos(8, 11)) API_UNAVAILABLE(macos);
    ^
    2 warnings generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/geolocator-6.2.1/ios/Classes/GeolocatorPlugin.m:199:11: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
              openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
              ^~~~~~~
              openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/geolocator/geolocator-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/geocoder-0.2.1/ios/Classes/GeocoderPlugin.m:75:36: warning: 'addressDictionary' is deprecated: first deprecated in iOS 11.0 - Use @properties [-Wdeprecated-declarations]
            NSArray *lines = placemark.addressDictionary[@"FormattedAddressLines"];
                                       ^
    In module 'CoreLocation' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/geocoder-0.2.1/ios/Classes/GeocoderPlugin.h:3:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/CoreLocation.framework/Headers/CLPlacemark.h:73:63: note: 'addressDictionary' has been explicitly marked deprecated here
    @property (nonatomic, readonly, copy, nullable) NSDictionary *addressDictionary API_DEPRECATED("Use @properties", macos(10.8, 10.13), ios(5.0, 11.0), watchos(1.0, 4.0));
                                                                  ^
    1 warning generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/WebDialog/FBSDKWebDialogView.m:186:40: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
        [[UIApplication sharedApplication] openURL:URL];
                                           ^~~~~~~
                                           openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m:134:76: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
            FBSDKServerConfiguration *serverConfiguration = [NSKeyedUnarchiver unarchiveObjectWithData:data];
                                                                               ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager+Internal.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager.m:402:39: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
          NSData *data = [NSKeyedArchiver archivedDataWithRootObject:serverConfiguration];
                                          ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKServerConfigurationManager+Internal.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.m:271:37: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
        NSData *data = [NSKeyedArchiver archivedDataWithRootObject:profile];
                                        ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKProfile.m:285:33: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
          return [NSKeyedUnarchiver unarchiveObjectWithData:data];
                                    ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAccessToken.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.m:40:56: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
      NSData *data = value == nil ? nil : [NSKeyedArchiver archivedDataWithRootObject:value];
                                                           ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.m:51:43: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
      NSDictionary *dict = [NSKeyedUnarchiver unarchiveObjectWithData:data];
                                              ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKKeychainStore.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKGateKeeperManager.m:81:71: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
            NSDictionary<NSString *, id> *gatekeeper = [NSKeyedUnarchiver unarchiveObjectWithData:data];
                                                                          ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKGateKeeperManager.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKGateKeeperManager.m:167:39: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
          NSData *data = [NSKeyedArchiver archivedDataWithRootObject:gateKeeper];
                                          ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/ServerConfiguration/FBSDKGateKeeperManager.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/Codeless/FBSDKCodelessIndexer.m:83:81: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
          NSMutableDictionary<NSString *, id> *codelessSetting = [NSKeyedUnarchiver unarchiveObjectWithData:data];
                                                                                    ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/Codeless/FBSDKCodelessIndexer.h:23:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/Codeless/FBSDKCodelessIndexer.m:110:48: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
              [defaults setObject:[NSKeyedArchiver archivedDataWithRootObject:_codelessSetting] forKey:defaultKey];
                                                   ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/Codeless/FBSDKCodelessIndexer.h:23:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/ProtocolVersions/FBSDKBridgeAPIProtocolNativeV1.m:313:45: warning: 'UIPasteboardNameFind' is deprecated: first deprecated in iOS 10.0 - The Find pasteboard is no longer available. [-Wdeprecated-declarations]
                [pasteboardName isEqualToString:UIPasteboardNameFind]) {
                                                ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPasteboard.h:17:30: note: 'UIPasteboardNameFind' has been explicitly marked deprecated here
    UIKIT_EXTERN NSString *const UIPasteboardNameFind API_UNAVAILABLE(tvos) API_UNAVAILABLE(watchos) API_DEPRECATED("The Find pasteboard is no longer available.", ios(3.0, 10.0));
                                 ^
    1 warning generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/BridgeAPI/FBSDKBridgeAPI.m:200:56: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
          BOOL opened = [[UIApplication sharedApplication] openURL:url];
                                                           ^~~~~~~
                                                           openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    1 warning generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppLink/FBSDKAppLinkNavigation.m:123:55: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            } else if ([[UIApplication sharedApplication] openURL:appLinkAppURL]) {
                                                          ^~~~~~~
                                                          openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppLink/FBSDKAppLinkNavigation.m:138:55: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            } else if ([[UIApplication sharedApplication] openURL:appLinkBrowserURL]) {
                                                          ^~~~~~~
                                                          openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/FBSDKCoreKit/FBSDKCoreKit-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/FBSDKAppEventsStateManager.m:54:20: warning: 'archiveRootObject:toFile:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead [-Wdeprecated-declarations]
      [NSKeyedArchiver archiveRootObject:existingEvents toFile:[[self class] filePath]];
                       ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/FBSDKAppEventsStateManager.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:48:1: note: 'archiveRootObject:toFile:' has been explicitly marked deprecated here
    + (BOOL)archiveRootObject:(id)rootObject toFile:(NSString *)path API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: and -writeToURL:options:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/FBSDKAppEventsStateManager.m:62:58: warning: 'unarchiveObjectWithFile:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
        [eventsStates addObjectsFromArray:[NSKeyedUnarchiver unarchiveObjectWithFile:[[self class] filePath]]];
                                                             ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/FBSDKAppEventsStateManager.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:154:1: note: 'unarchiveObjectWithFile:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithFile:(NSString *)path API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.m:56:35: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
            return [NSKeyedUnarchiver unarchiveObjectWithData:tokenData];
                                      ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.m:79:40: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
      NSData *tokenData = [NSKeyedArchiver archivedDataWithRootObject:token];
                                           ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal/TokenCaching/FBSDKAccessTokenCache.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
          [[UIApplication sharedApplication] openURL:_appStoreURL];
                                             ^~~~~~~
                                             openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
      BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
                                                                ^~~~~~~
                                                                openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    2 warnings generated.
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:52:3: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
      SFAuthenticationSession *_authenticationVC;
      ^~~~~~~~~~~~~~~~~~~~~~~
      ASWebAuthenticationSession
    In module 'SafariServices' imported from /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
    @interface SFAuthenticationSession : NSObject
               ^
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:131:7: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
          SFAuthenticationSession *authenticationVC =
          ^~~~~~~~~~~~~~~~~~~~~~~
          ASWebAuthenticationSession
    In module 'SafariServices' imported from /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
    @interface SFAuthenticationSession : NSObject
               ^
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:132:37: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
              [[SFAuthenticationSession alloc] initWithURL:requestURL
                                        ^~~~~
                                        ASWebAuthenticationSession
    In module 'SafariServices' imported from /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
    @interface SFAuthenticationSession : NSObject
               ^
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:168:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
        openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
                                                             ^~~~~~~
                                                             openURL:options:completionHandler:
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:123:1: note: 'openURL:' has been explicitly marked deprecated here
    - (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
    ^
    /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:191:3: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
      SFAuthenticationSession *authenticationVC = _authenticationVC;
      ^~~~~~~~~~~~~~~~~~~~~~~
      ASWebAuthenticationSession
    In module 'SafariServices' imported from /Users/onur/Developer/spottapp/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
    @interface SFAuthenticationSession : NSObject
               ^
    5 warnings generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLVideoPlayerControl.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLVideoPlayerControl.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.m:11:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.m:11:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLThumbnailViewController.m:100:10: warning: 'automaticallyAdjustsScrollViewInsets' is deprecated: first deprecated in iOS 11.0 - Use UIScrollView's contentInsetAdjustmentBehavior instead [-Wdeprecated-declarations]
        self.automaticallyAdjustsScrollViewInsets = true;
             ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:252:34: note: 'automaticallyAdjustsScrollViewInsets' has been explicitly marked deprecated here
    @property(nonatomic,assign) BOOL automaticallyAdjustsScrollViewInsets API_DEPRECATED("Use UIScrollView's contentInsetAdjustmentBehavior instead", ios(7.0,11.0),tvos(7.0,11.0)); // Defaults to YES
                                     ^
    2 warnings generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.m:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.m:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLShowBigImgViewController.m:78:10: warning: 'automaticallyAdjustsScrollViewInsets' is deprecated: first deprecated in iOS 11.0 - Use UIScrollView's contentInsetAdjustmentBehavior instead [-Wdeprecated-declarations]
        self.automaticallyAdjustsScrollViewInsets = NO;
             ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:252:34: note: 'automaticallyAdjustsScrollViewInsets' has been explicitly marked deprecated here
    @property(nonatomic,assign) BOOL automaticallyAdjustsScrollViewInsets API_DEPRECATED("Use UIScrollView's contentInsetAdjustmentBehavior instead", ios(7.0,11.0),tvos(7.0,11.0)); // Defaults to YES
                                     ^
    2 warnings generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLProgressHUD.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLProgressHUD.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoModel.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoModel.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowserCell.m:11:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoBrowserCell.m:11:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.h:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.h:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLNoAuthorityViewController.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLNoAuthorityViewController.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLImageEditTool.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLImageEditTools/ZLImageEditTool.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLForceTouchPreviewController.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLForceTouchPreviewController.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLEditViewController.m:11:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLEditViewController.m:11:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLEditVideoController.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:430:31: warning: 'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead. [-Wdeprecated-declarations]
    @property (nonatomic, strong) AVCaptureStillImageOutput *imageOutPut;
                                  ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:29:12: note: 'AVCaptureStillImageOutput' has been explicitly marked deprecated here
    @interface AVCaptureStillImageOutput : AVCaptureOutput
               ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:671:52: warning: 'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead. [-Wdeprecated-declarations]
        self.imageOutPut = [[AVCaptureStillImageOutput alloc] init];
                                                       ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:29:12: note: 'AVCaptureStillImageOutput' has been explicitly marked deprecated here
    @interface AVCaptureStillImageOutput : AVCaptureOutput
               ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:673:73: warning: 'AVVideoCodecJPEG' is deprecated: first deprecated in iOS 11.0 [-Wdeprecated-declarations]
        NSDictionary *dicOutputSetting = [NSDictionary dictionaryWithObject:AVVideoCodecJPEG forKey:AVVideoCodecKey];
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecTypeJPEG
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoSettings.h:58:29: note: 'AVVideoCodecJPEG' has been explicitly marked deprecated here
            AVF_EXPORT NSString *const AVVideoCodecJPEG /* @"jpeg" */                               API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeJPEG", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) API_UNAVAILABLE(watchos);
                                       ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:677:60: warning: 'devicesWithMediaType:' is deprecated: first deprecated in iOS 10.0 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations]
        AVCaptureDevice *audioCaptureDevice = [AVCaptureDevice devicesWithMediaType:AVMediaTypeAudio].firstObject;
                                                               ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:103:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here
    + (NSArray<AVCaptureDevice *> *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:854:47: warning: 'devicesWithMediaType:' is deprecated: first deprecated in iOS 10.0 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations]
        NSUInteger cameraCount = [AVCaptureDevice devicesWithMediaType:AVMediaTypeVideo].count;
                                                  ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:103:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here
    + (NSArray<AVCaptureDevice *> *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:892:41: warning: 'devicesWithMediaType:' is deprecated: first deprecated in iOS 10.0 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations]
        NSArray *devices = [AVCaptureDevice devicesWithMediaType:AVMediaTypeVideo];
                                            ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:103:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here
    + (NSArray<AVCaptureDevice *> *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:925:57: warning: 'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead. [-Wdeprecated-declarations]
            NSData * imageData = [AVCaptureStillImageOutput jpegStillImageNSDataRepresentation:imageDataSampleBuffer];
                                                            ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCustomCamera.m:10:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:29:12: note: 'AVCaptureStillImageOutput' has been explicitly marked deprecated here
    @interface AVCaptureStillImageOutput : AVCaptureOutput
               ^
    8 warnings generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:11:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:11:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:257:31: warning: 'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead. [-Wdeprecated-declarations]
    @property (nonatomic, strong) AVCaptureStillImageOutput *stillImageOutPut;
                                  ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:248:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:29:12: note: 'AVCaptureStillImageOutput' has been explicitly marked deprecated here
    @interface AVCaptureStillImageOutput : AVCaptureOutput
               ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:326:57: warning: 'AVCaptureStillImageOutput' is deprecated: first deprecated in iOS 10.0 - Use AVCapturePhotoOutput instead. [-Wdeprecated-declarations]
        self.stillImageOutPut = [[AVCaptureStillImageOutput alloc] init];
                                                            ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:248:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureStillImageOutput.h:29:12: note: 'AVCaptureStillImageOutput' has been explicitly marked deprecated here
    @interface AVCaptureStillImageOutput : AVCaptureOutput
               ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:329:73: warning: 'AVVideoCodecJPEG' is deprecated: first deprecated in iOS 11.0 [-Wdeprecated-declarations]
        NSDictionary *dicOutputSetting = [NSDictionary dictionaryWithObject:AVVideoCodecJPEG forKey:AVVideoCodecKey];
                                                                            ^~~~~~~~~~~~~~~~
                                                                            AVVideoCodecTypeJPEG
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:248:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVVideoSettings.h:58:29: note: 'AVVideoCodecJPEG' has been explicitly marked deprecated here
            AVF_EXPORT NSString *const AVVideoCodecJPEG /* @"jpeg" */                               API_DEPRECATED_WITH_REPLACEMENT("AVVideoCodecTypeJPEG", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) API_UNAVAILABLE(watchos);
                                       ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:354:41: warning: 'devicesWithMediaType:' is deprecated: first deprecated in iOS 10.0 - Use AVCaptureDeviceDiscoverySession instead. [-Wdeprecated-declarations]
        NSArray *devices = [AVCaptureDevice devicesWithMediaType:AVMediaTypeVideo];
                                            ^
    In module 'AVFoundation' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLCollectionCell.m:248:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVCaptureDevice.h:103:1: note: 'devicesWithMediaType:' has been explicitly marked deprecated here
    + (NSArray<AVCaptureDevice *> *)devicesWithMediaType:(AVMediaType)mediaType API_DEPRECATED("Use AVCaptureDeviceDiscoverySession instead.", ios(4.0, 10.0), macos(10.7, 10.15));
    ^
    5 warnings generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:12:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.m:951:33: warning: 'seekToTime:' is deprecated: first deprecated in iOS 11.0 - Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion [-Wdeprecated-declarations]
                [player.currentItem seekToTime:CMTimeMake(0, 1)];
                                    ^
    In module 'Photos' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:10:
    In module 'AVFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Photos.framework/Headers/PHImageManager.h:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:809:1: note: 'seekToTime:' has been explicitly marked deprecated here
    - (void)seekToTime:(CMTime)time API_DEPRECATED("Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) API_UNAVAILABLE(watchos);
    ^
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLBigImageCell.m:1153:33: warning: 'seekToTime:' is deprecated: first deprecated in iOS 11.0 - Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion [-Wdeprecated-declarations]
                [player.currentItem seekToTime:CMTimeMake(0, 1)];
                                    ^
    In module 'Photos' imported from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoManager.h:10:
    In module 'AVFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Photos.framework/Headers/PHImageManager.h:9:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVPlayerItem.h:809:1: note: 'seekToTime:' has been explicitly marked deprecated here
    - (void)seekToTime:(CMTime)time API_DEPRECATED("Use -seekToTime:completionHandler:, passing nil for the completionHandler if you don't require notification of completion", macos(10.7, 10.13), ios(4.0, 11.0), tvos(9.0, 11.0)) API_UNAVAILABLE(watchos);
    ^
    3 warnings generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.m:9:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ToastUtils.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ToastUtils.m:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/NSBundle+ZLPhotoBrowser.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.h:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/NSBundle+ZLPhotoBrowser.m:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoActionSheet.h:10:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLPhotoConfiguration.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    /Users/onur/Developer/spottapp/ios/Pods/GTMAppAuth/Source/GTMAppAuthFetcherAuthorization+Keychain.m:31:26: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
          [NSKeyedUnarchiver unarchiveObjectWithData:passwordData];
                             ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/GTMAppAuth/Source/GTMKeychain.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
    + (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    /Users/onur/Developer/spottapp/ios/Pods/GTMAppAuth/Source/GTMAppAuthFetcherAuthorization+Keychain.m:41:48: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
      NSData *authorizationData = [NSKeyedArchiver archivedDataWithRootObject:auth];
                                                   ^
    In module 'Foundation' imported from /Users/onur/Developer/spottapp/ios/Pods/GTMAppAuth/Source/GTMKeychain.h:19:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
    + (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
    ^
    2 warnings generated.
    error: the following command failed with exit code 0 but produced no further output
    CompileC /Users/onur/Library/Developer/Xcode/DerivedData/Runner-awhzlaukhemglsgmpztoswekbeox/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/image_pickers.build/Objects-normal/x86_64/View+MASAdditions.o /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/View+MASAdditions.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.m:14:69: warning: parameter of overriding method should be annotated with __attribute__((noescape)) [-Wmissing-noescape]
    - (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block {
                                                                        ^
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.m:9:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.h:28:82: note: parameter of overridden method is annotated with __attribute__((noescape))
    - (NSArray *)mas_makeConstraints:(void (NS_NOESCAPE ^)(MASConstraintMaker *make))block;
                                                                                     ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.m:23:71: warning: parameter of overriding method should be annotated with __attribute__((noescape)) [-Wmissing-noescape]
    - (NSArray *)mas_updateConstraints:(void(^)(MASConstraintMaker *make))block {
                                                                          ^
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.m:9:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.h:39:84: note: parameter of overridden method is annotated with __attribute__((noescape))
    - (NSArray *)mas_updateConstraints:(void (NS_NOESCAPE ^)(MASConstraintMaker *make))block;
                                                                                       ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.m:32:71: warning: parameter of overriding method should be annotated with __attribute__((noescape)) [-Wmissing-noescape]
    - (NSArray *)mas_remakeConstraints:(void(^)(MASConstraintMaker *make))block {
                                                                          ^
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.m:9:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/Masonry/NSArray+MASAdditions.h:50:84: note: parameter of overridden method is annotated with __attribute__((noescape))
    - (NSArray *)mas_remakeConstraints:(void (NS_NOESCAPE ^)(MASConstraintMaker *make))block;
                                                                                       ^
    3 warnings generated.
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:41:9: warning: unused variable 'light' [-Wunused-variable]
        int light =[[colorString objectForKey:@"l"] intValue];
            ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:116:14: warning: unused variable 'weak_self' [-Wunused-variable]
                @zl_weakify(self);
                 ^
    In module 'ZLPhotoBrowser_objc' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:5:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:80:80: note: expanded from macro 'zl_weakify'
            #define zl_weakify(object) autoreleasepool{} __weak __typeof__(object) weak##_##object = object;
                                                                                   ^
    <scratch space>:9:1: note: expanded from here
    weak_self
    ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:258:41: warning: unused variable 'manage' [-Wunused-variable]
                            PHImageManager *manage =[[PHImageManager alloc]init];
                                            ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:259:48: warning: unused variable 'option' [-Wunused-variable]
                            PHImageRequestOptions *option =[[PHImageRequestOptions alloc]init];
                                                   ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:409:17: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
            __block ALAssetsLibrary *lib = [[ALAssetsLibrary alloc] init];
                    ^
    In module 'AssetsLibrary' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:12:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here
    @interface ALAssetsLibrary : NSObject {
               ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:409:58: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
            __block ALAssetsLibrary *lib = [[ALAssetsLibrary alloc] init];
                                                             ^
    In module 'AssetsLibrary' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:12:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here
    @interface ALAssetsLibrary : NSObject {
               ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:410:14: warning: 'writeImageToSavedPhotosAlbum:metadata:completionBlock:' is deprecated: first deprecated in iOS 9 - Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
            [lib writeImageToSavedPhotosAlbum:image.CGImage metadata:nil completionBlock:^(NSURL *assetURL, NSError *error)
                 ^
    In module 'AssetsLibrary' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:12:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:113:1: note: 'writeImageToSavedPhotosAlbum:metadata:completionBlock:' has been explicitly marked deprecated here
    - (void)writeImageToSavedPhotosAlbum:(CGImageRef)imageRef metadata:(NSDictionary *)metadata completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock AL_DEPRECATED(4.1, "Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
    ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:472:21: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
                __block ALAssetsLibrary *lib = [[ALAssetsLibrary alloc] init];
                        ^
    In module 'AssetsLibrary' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:12:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here
    @interface ALAssetsLibrary : NSObject {
               ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:472:62: warning: 'ALAssetsLibrary' is deprecated: first deprecated in iOS 9 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
                __block ALAssetsLibrary *lib = [[ALAssetsLibrary alloc] init];
                                                                 ^
    In module 'AssetsLibrary' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:12:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:78:12: note: 'ALAssetsLibrary' has been explicitly marked deprecated here
    @interface ALAssetsLibrary : NSObject {
               ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:473:18: warning: 'writeImageToSavedPhotosAlbum:metadata:completionBlock:' is deprecated: first deprecated in iOS 9 - Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead [-Wdeprecated-declarations]
                [lib writeImageToSavedPhotosAlbum:img.CGImage metadata:nil completionBlock:^(NSURL *assetURL, NSError *error)
                     ^
    In module 'AssetsLibrary' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:12:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:113:1: note: 'writeImageToSavedPhotosAlbum:metadata:completionBlock:' has been explicitly marked deprecated here
    - (void)writeImageToSavedPhotosAlbum:(CGImageRef)imageRef metadata:(NSDictionary *)metadata completionBlock:(ALAssetsLibraryWriteImageCompletionBlock)completionBlock AL_DEPRECATED(4.1, "Use creationRequestForAssetFromImage: on PHAssetChangeRequest from the Photos framework to create a new asset instead");
    ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:95:75: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
                                            @"value1":[NSNumber numberWithInt:width],//第一个是宽
                                                      ~                       ^~~~~
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:96:75: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
                                            @"value2":[NSNumber numberWithInt:height],//第二个是高
                                                      ~                       ^~~~~~
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:229:82: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
                                                   @"value1":[NSNumber numberWithInt:width],//第一个是宽
                                                             ~                       ^~~~~
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:230:82: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
                                                   @"value2":[NSNumber numberWithInt:height],//第二个是高
                                                             ~                       ^~~~~~
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/ImagePickersPlugin.m:568:19: warning: unused variable 'subString' [-Wunused-variable]
            NSString *subString = [str substringFromIndex:7];
                      ^
    16 warnings generated.
    While building module 'ZLPhotoBrowser_objc' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/BigImageViewController.h:12:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-umbrella.h:21:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-umbrella.h:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 10.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    While building module 'ZLPhotoBrowser_objc' imported from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/BigImageViewController.h:12:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/ZLPhotoBrowser-objc/ZLPhotoBrowser-objc-umbrella.h:21:
    In file included from /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLAlbumListController.h:10:
    /Users/onur/Developer/spottapp/ios/Pods/ZLPhotoBrowser-objc/ZLPhotoBrowser/PhotoBrowser/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    1 warning generated.
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/Animate/AKInterativeDismissToList.m:10:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryViewer.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGallery.h:58:43: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic,copy)void(^completion)();
                                              ^
                                               void
    1 warning generated.
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryViewer.m:9:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryViewer.h:11:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGallery.h:58:43: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic,copy)void(^completion)();
                                              ^
                                               void
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryViewer.m:265:21: warning: 'UIActionSheet' is deprecated: first deprecated in iOS 8.3 - UIActionSheet is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleActionSheet instead [-Wdeprecated-declarations]
    -(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
                        ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/image_pickers/image_pickers-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActionSheet.h:27:12: note: 'UIActionSheet' has been explicitly marked deprecated here
    @interface UIActionSheet : UIView
               ^
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryViewer.m:265:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    -(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
    ^
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/ios/Pods/Target Support Files/image_pickers/image_pickers-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActionSheet.h:67:1: note: method 'actionSheet:clickedButtonAtIndex:' declared here
    - (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex API_DEPRECATED("Use UIAlertController instead.", ios(2.0, 8.3)) API_UNAVAILABLE(tvos);
    ^
    3 warnings generated.
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryListCell.m:9:
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryListCell.h:10:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGallery.h:58:43: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic,copy)void(^completion)();
                                              ^
                                               void
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryListCell.m:78:21: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
                        imgV.image=[UIImage imageNamed:@"error.png"];
                        ^
                        self->
    2 warnings generated.
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryList.m:10:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGallery.h:58:43: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic,copy)void(^completion)();
                                              ^
                                               void
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGalleryList.m:141:20: warning: unused variable 'item' [-Wunused-variable]
        AKGalleryItem* item = [self.gallery itemForRow:indexPath.row];
                       ^
    2 warnings generated.
    In file included from /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGallery.m:9:
    /Users/onur/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/image_pickers-1.0.8+7/ios/Classes/AKGallery/AKGallery.h:58:43: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic,copy)void(^completion)();
                                              ^
                                               void
    1 warning generated.
    While building module 'image_pickers' imported from /Users/onur/Developer/spottapp/ios/Runner/GeneratedPluginRegistrant.m:74:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/image_pickers/image_pickers.framework/Headers/image_pickers-umbrella.h:13:
    /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/image_pickers/image_pickers.framework/Headers/AKGallery.h:58:43: warning: this block declaration is not a prototype [-Wstrict-prototypes]
    @property(nonatomic,copy)void(^completion)();
                                              ^
                                               void
    While building module 'image_pickers' imported from /Users/onur/Developer/spottapp/ios/Runner/GeneratedPluginRegistrant.m:74:
    While building module 'ZLPhotoBrowser_objc' imported from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/image_pickers/image_pickers.framework/Headers/BigImageViewController.h:12:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLPhotoBrowser-objc-umbrella.h:21:
    In file included from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLAlbumListController.h:10:
    /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLDefine.h:242:21: warning: 'imageNamed:inBundle:withConfiguration:' is only available on iOS 13.0 or newer [-Wunguarded-availability-new]
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    In module 'UIKit' imported from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLPhotoBrowser-objc-umbrella.h:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImage.h:91:1: note: 'imageNamed:inBundle:withConfiguration:' has been marked as being introduced in iOS 13.0 here, but the deployment target is iOS 12.0.0
    + (nullable UIImage *)imageNamed:(NSString *)name inBundle:(nullable NSBundle *)bundle withConfiguration:(nullable UIImageConfiguration *)configuration API_AVAILABLE(ios(13.0),tvos(13.0),watchos(6.0));
    ^
    While building module 'image_pickers' imported from /Users/onur/Developer/spottapp/ios/Runner/GeneratedPluginRegistrant.m:74:
    While building module 'ZLPhotoBrowser_objc' imported from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/image_pickers/image_pickers.framework/Headers/BigImageViewController.h:12:
    In file included from <module-includes>:1:
    In file included from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLPhotoBrowser-objc-umbrella.h:21:
    In file included from /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLAlbumListController.h:10:
    /Users/onur/Developer/spottapp/build/ios/Debug-iphonesimulator/ZLPhotoBrowser-objc/ZLPhotoBrowser_objc.framework/Headers/ZLDefine.h:242:21: note: enclose 'imageNamed:inBundle:withConfiguration:' in an @available check to silence this warning
        return [UIImage imageNamed:name inBundle:NSBundle.zlPhotoBrowserBundle withConfiguration:nil];
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    1 warning generated.
    2 warnings generated.
    2 warnings generated.
    error: /Users/Downloads/google-services.json: No such file or directory (in target 'Runner' from project 'Runner')
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
    warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the Runner editor. (in target 'Runner' from project 'Runner')
Could not build the application for the simulator.
Error launching application on iPhone 12 Pro Max.
Exited (sigterm)
onurc4kir commented 3 years ago

I solved problem.

Replaced last code block of pod file with this

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
  end
end

and deleted this from pod file.

pod 'Firebase/Analytics'
devnoaman commented 3 years ago

the same problem

github-actions[bot] commented 3 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.