aboutyou / dart_packages

Dart and Flutter plugins maintained and used by @ABOUTYOU
222 stars 151 forks source link

[Sign_in_with_apple] Cannot build IOS , Deployment IOS target error #178

Closed xlcod closed 3 years ago

xlcod commented 3 years ago

Hi, i´m having problems compiling with this plugin using algo

i already changed the deployment target in Podfile,and from xcode internally, and still the same error. here is the output , it says the deployment target still is in 8.0, and its on 10.0

Error Output : `Launching lib/main.dart on iPhone 12 Pro Max in debug mode... Xcode build done. 53,1s Failed to build iOS app Error output from Xcode build: ↳ BUILD FAILED Xcode's output: ↳ In file included from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:26: /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.h:282:31: warning: 'NSTextAlignment' is only available on iOS 6.0 or newer [-Wunguarded-availability] @property (assign, nonatomic) NSTextAlignment titleAlignment; ^ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:20:28: note: 'NSTextAlignment' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 4.3.0 typedef NS_ENUM(NSInteger, NSTextAlignment) { ^ In file included from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:26: /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.h:221:12: note: annotate 'CSToastStyle' with an availability attribute to silence this warning @interface CSToastStyle : NSObject ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.h:287:31: warning: 'NSTextAlignment' is only available on iOS 6.0 or newer [-Wunguarded-availability] @property (assign, nonatomic) NSTextAlignment messageAlignment; ^ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:20:28: note: 'NSTextAlignment' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 4.3.0 typedef NS_ENUM(NSInteger, NSTextAlignment) { ^ In file included from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:26: /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.h:221:12: note: annotate 'CSToastStyle' with an availability attribute to silence this warning @interface CSToastStyle : NSObject ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:265:36: warning: 'NSLineBreakByTruncatingTail' is only available on iOS 6.0 or newer [-Wunguarded-availability] titleLabel.lineBreakMode = NSLineBreakByTruncatingTail; ^~~~~~~ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSParagraphStyle.h:20:28: note: 'NSLineBreakMode' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 4.3.0 typedef NS_ENUM(NSInteger, NSLineBreakMode) { ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:265:36: note: enclose 'NSLineBreakByTruncatingTail' in an @available check to silence this warning titleLabel.lineBreakMode = NSLineBreakByTruncatingTail; ^~~~~~~ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:284:38: warning: 'NSLineBreakByTruncatingTail' is only available on iOS 6.0 or newer [-Wunguarded-availability] messageLabel.lineBreakMode = NSLineBreakByTruncatingTail; ^~~~~~~ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSParagraphStyle.h:20:28: note: 'NSLineBreakMode' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 4.3.0 typedef NS_ENUM(NSInteger, NSLineBreakMode) { ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:284:38: note: enclose 'NSLineBreakByTruncatingTail' in an @available check to silence this warning messageLabel.lineBreakMode = NSLineBreakByTruncatingTail; ^~~~~~~ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:477:31: warning: 'NSTextAlignmentLeft' is only available on iOS 6.0 or newer [-Wunguarded-availability] self.titleAlignment = NSTextAlignmentLeft; ^~~~~~~ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:20:28: note: 'NSTextAlignment' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 4.3.0 typedef NS_ENUM(NSInteger, NSTextAlignment) { ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:477:31: note: enclose 'NSTextAlignmentLeft' in an @available check to silence this warning self.titleAlignment = NSTextAlignmentLeft; ^~~~~~~ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:478:33: warning: 'NSTextAlignmentLeft' is only available on iOS 6.0 or newer [-Wunguarded-availability] self.messageAlignment = NSTextAlignmentLeft; ^~~~~~~ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/NSText.h:20:28: note: 'NSTextAlignment' has been marked as being introduced in iOS 6.0 here, but the deployment target is iOS 4.3.0 typedef NS_ENUM(NSInteger, NSTextAlignment) { ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Toast/Toast/UIView+Toast.m:478:33: note: enclose 'NSTextAlignmentLeft' in an @available check to silence this warning self.messageAlignment = NSTextAlignmentLeft; ^~~~~~~ 6 warnings generated. /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:101:9: warning: 'dispatch_queue_set_specific' is only available on iOS 5.0 or newer [-Wunguarded-availability] dispatch_queue_set_specific(_queue, kDispatchQueueSpecificKey, (__bridge void )self, NULL); ^~~~~~~ In module 'Foundation' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.h:9: In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/dispatch/queue.h:1498:1: note: 'dispatch_queue_set_specific' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0 dispatch_queue_set_specific(dispatch_queue_t queue, const void key, ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:101:9: note: enclose 'dispatch_queue_set_specific' in an @available check to silence this warning dispatch_queue_set_specific(_queue, kDispatchQueueSpecificKey, (bridge void )self, NULL); ^~~~~~~ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:184:54: warning: 'dispatch_get_specific' is only available on iOS 5.0 or newer [-Wunguarded-availability] FMDatabaseQueue currentSyncQueue = (bridge id)dispatch_get_specific(kDispatchQueueSpecificKey); ^~~~~ In module 'Foundation' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.h:9: In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: In module 'Dispatch' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:20: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/dispatch/queue.h:1554:1: note: 'dispatch_get_specific' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0 dispatch_get_specific(const void key); ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabaseQueue.m:184:54: note: enclose 'dispatch_get_specific' in an @available check to silence this warning FMDatabaseQueue currentSyncQueue = (__bridge id)dispatch_get_specific(kDispatchQueueSpecificKey); ^~~~~ 2 warnings generated. /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabase.m:1486:15: warning: 'sqlite3_wal_checkpoint_v2' is only available on iOS 5.0 or newer [-Wunguarded-availability] int err = sqlite3_wal_checkpoint_v2(_db, dbName, checkpointMode, logFrameCount, checkpointCount); ^~~~~~~~~ In module 'SQLite3' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabase.m:8: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/sqlite3.h:8843:16: note: 'sqlite3_wal_checkpoint_v2' has been marked as being introduced in iOS 5.0 here, but the deployment target is iOS 4.3.0 SQLITE_API int sqlite3_wal_checkpoint_v2( ^ /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FMDB/src/fmdb/FMDatabase.m:1486:15: note: enclose 'sqlite3_wal_checkpoint_v2' in an @available check to silence this warning int err = sqlite3_wal_checkpoint_v2(_db, dbName, checkpointMode, logFrameCount, checkpointCount); ^~~~~~~~~ 1 warning generated. /Users/deybys/.pub-cache/hosted/pub.dartlang.org/firebase_analytics-7.0.1/ios/Classes/FLTFirebaseAnalyticsPlugin.m:49:19: warning: 'setScreenName:screenClass:' is deprecated: Use +[FIRAnalytics logEventWithName:kFIREventScreenView parameters:] instead. [-Wdeprecated-declarations] [FIRAnalytics setScreenName:screenName screenClass:screenClassOverride]; ^ In module 'FirebaseAnalytics' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Headers/Private/Firebase/Firebase.h:22: /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FIRAnalytics.h:128:5: note: 'setScreenName:screenClass:' has been explicitly marked deprecated here DEPRECATED_MSG_ATTRIBUTE( ^ In module 'Darwin' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Headers/Private/FirebaseAuth/FIRAuth.h:17: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/usr/include/AvailabilityMacros.h:183:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'

define DEPRECATED_MSG_ATTRIBUTE(s) attribute((deprecated(s)))

                                                               ^
1 warning generated.
ld: warning: Could not find or use auto-linked library 'swiftObjectiveC'
ld: warning: Could not find or use auto-linked library 'swiftCoreGraphics'
ld: warning: Could not find or use auto-linked library 'swiftCore'
ld: warning: Could not find or use auto-linked library 'swiftQuartzCore'
ld: warning: Could not find or use auto-linked library 'swiftCoreFoundation'
ld: warning: Could not find or use auto-linked library 'swiftCompatibility50'
ld: warning: Could not find or use auto-linked library 'swiftDarwin'
ld: warning: Could not find or use auto-linked library 'swiftUIKit'
ld: warning: Could not find or use auto-linked library 'swiftCompatibility51'
ld: warning: Could not find or use auto-linked library 'swiftFoundation'
ld: warning: Could not find or use auto-linked library 'swiftCoreImage'
ld: warning: Could not find or use auto-linked library 'swiftCompatibilityDynamicReplacements'
ld: warning: Could not find or use auto-linked library 'swiftMetal'
ld: warning: Could not find or use auto-linked library 'swiftDispatch'
ld: warning: Could not find or use auto-linked library 'swiftCoreMedia'
ld: warning: Could not find or use auto-linked library 'swiftCoreAudio'
ld: warning: Could not find or use auto-linked library 'swiftSwiftOnoneSupport'
Undefined symbols for architecture x86_64:
  "Swift._stdlib_isOSVersionAtLeast(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1", referenced from:
      static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
  "associated conformance descriptor for Foundation._ErrorCodeProtocol.Foundation._ErrorCodeProtocol._ErrorType: Foundation._BridgedStoredNSError", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationError : Foundation._ErrorCodeProtocol in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated type descriptor for Foundation._ErrorCodeProtocol._ErrorType", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationError : Foundation._ErrorCodeProtocol in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Foundation._BridgedStoredNSError: Foundation.CustomNSError", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Foundation._ErrorCodeProtocol: Swift.Equatable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationError : Foundation._ErrorCodeProtocol in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code: Foundation._ErrorCodeProtocol", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Foundation._BridgedStoredNSError.init(_nsError: __C.NSError) -> A", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.Error._code.getter : Swift.Int", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Foundation.CustomNSError", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Foundation.CustomNSError.errorUserInfo.getter : [Swift.String : Any]", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Foundation._ObjectiveCBridgeableError.init(_bridgedNSError: __shared __C.NSError) -> A?", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._ObjectiveCBridgeableError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Swift._ObjectiveCBridgeable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated type descriptor for Swift._ObjectiveCBridgeable._ObjectiveCType", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Swift.Hashable: Swift.Equatable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.Hashable.hashValue.getter : Swift.Int", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Foundation._ObjectiveCBridgeableError: Swift.Error", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._ObjectiveCBridgeableError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Swift.Equatable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C.ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for static Swift.Equatable.== infix(A, A) -> Swift.Bool", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C.ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift.RawRepresentable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._SwiftNewtypeWrapper in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Swift._SwiftNewtypeWrapper: Swift._HasCustomAnyHashableRepresentation", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._SwiftNewtypeWrapper in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated type descriptor for Swift.RawRepresentable.RawValue", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C.ASAuthorizationError : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.RawRepresentable.rawValue.getter : A.RawValue", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C.ASAuthorizationError : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Swift._HasCustomAnyHashableRepresentation", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.Error._domain.getter : Swift.String", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Swift.RawRepresentable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C.ASAuthorizationError : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftCompatibility50", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCompatibility50_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftCoreAudio", referenced from:
      __swift_FORCE_LOAD_$_swiftCoreAudio_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreAudio_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreAudio_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreAudio_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCoreAudio_$_sign_in_with_apple)
  "method descriptor for Swift.Hashable.hash(into: inout Swift.Hasher) -> ()", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftCoreMedia", referenced from:
      __swift_FORCE_LOAD_$_swiftCoreMedia_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreMedia_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreMedia_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreMedia_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCoreMedia_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftQuartzCore", referenced from:
      __swift_FORCE_LOAD_$_swiftQuartzCore_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftQuartzCore_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftQuartzCore_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftQuartzCore_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftQuartzCore_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftCoreImage", referenced from:
      __swift_FORCE_LOAD_$_swiftCoreImage_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreImage_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreImage_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreImage_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCoreImage_$_sign_in_with_apple)
  "protocol descriptor for Foundation._ErrorCodeProtocol", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationError : Foundation._ErrorCodeProtocol in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftCoreGraphics", referenced from:
      __swift_FORCE_LOAD_$_swiftCoreGraphics_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreGraphics_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreGraphics_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreGraphics_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCoreGraphics_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftObjectiveC", referenced from:
      __swift_FORCE_LOAD_$_swiftObjectiveC_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftObjectiveC_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftObjectiveC_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftObjectiveC_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftObjectiveC_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftFoundation", referenced from:
      __swift_FORCE_LOAD_$_swiftFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftFoundation_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftDarwin", referenced from:
      __swift_FORCE_LOAD_$_swiftDarwin_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftDarwin_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftDarwin_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftDarwin_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftDarwin_$_sign_in_with_apple)
  "__swift_FORCE_LOAD_$_swiftUIKit", referenced from:
      __swift_FORCE_LOAD_$_swiftUIKit_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftUIKit_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftUIKit_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftUIKit_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftUIKit_$_sign_in_with_apple)
  "nominal type descriptor for Swift.UInt64", referenced from:
      _symbolic _____ s6UInt64V in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      _symbolic _____z_Xx s6UInt64V in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Swift.Error", referenced from:
      _symbolic ______p s5ErrorP in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "nominal type descriptor for Foundation.PersonNameComponents", referenced from:
      _symbolic _____Sg 10Foundation20PersonNameComponentsV in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "nominal type descriptor for Swift.IndexingIterator", referenced from:
      _symbolic _____ySayypGG s16IndexingIteratorV in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      _symbolic _____ySaySSGG s16IndexingIteratorV in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_stdlib_reportUnimplementedInitializerInFile", referenced from:
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for Swift.UInt : Swift.BinaryInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.BinaryInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for Swift.UInt32 : Swift.UnsignedInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.UnsignedInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol witness table for Swift.String : Swift.TextOutputStreamable in Swift", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftCoreFoundation", referenced from:
      __swift_FORCE_LOAD_$_swiftCoreFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCoreFoundation_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCoreFoundation_$_sign_in_with_apple)
  "(extension in Swift):Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._userInfo.getter : Swift.AnyObject? in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hash(into: inout Swift.Hasher) -> ()", referenced from:
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>.hashValue.getter : Swift.Int", referenced from:
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCompatibilityDynamicReplacements_$_sign_in_with_apple)
  "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._conditionallyBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from:
      protocol witness for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool in conformance __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "static (extension in Foundation):Foundation._BridgedStoredNSError.== infix(A, A) -> Swift.Bool", referenced from:
      protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "value witness table for Builtin.Int64", referenced from:
      full type metadata for __C.ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      full type metadata for __C.ASAuthorizationAppleIDProviderCredentialState in libsign_in_with_apple.a(SignInWithAppleError.o)
  "_swift_deallocObject", referenced from:
      l_objectdestroy in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy.2 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy.5 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy.9 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy.14 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy.17 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      ...
  "(extension in Swift):Swift._SwiftNewtypeWrapper< where A: Swift.Hashable, A.Swift.RawRepresentable.RawValue: Swift.Hashable>._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
      protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.ASAuthorizationScope : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in ObjectiveC):__C.NSObject.hashValue.getter : Swift.Int", referenced from:
      (extension in Foundation):Foundation._BridgedStoredNSError.hashValue.getter : Swift.Int in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for Swift.String : Swift._ObjectiveCBridgeable in Foundation", referenced from:
      lazy protocol witness table accessor for type Swift.String and conformance Swift.String : Swift._ObjectiveCBridgeable in Foundation in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Foundation._BridgedStoredNSError.init(_bridgedNSError: __C.NSError) -> A?", referenced from:
      protocol witness for Foundation._ObjectiveCBridgeableError.init(_bridgedNSError: __shared __C.NSError) -> A? in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._ObjectiveCBridgeableError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for Swift.Int : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Foundation._BridgedStoredNSError.errorCode.getter : Swift.Int", referenced from:
      protocol witness for Foundation.CustomNSError.errorCode.getter : Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftDispatch", referenced from:
      __swift_FORCE_LOAD_$_swiftDispatch_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftDispatch_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftDispatch_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftDispatch_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftDispatch_$_sign_in_with_apple)
  "dispatch thunk of Foundation._BridgedStoredNSError._nsError.getter : __C.NSError", referenced from:
      (extension in Foundation):Foundation._BridgedStoredNSError.hashValue.getter : Swift.Int in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Swift.Error< where A: Foundation.CustomNSError>._domain.getter : Swift.String", referenced from:
      protocol witness for Swift.Error._domain.getter : Swift.String in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Foundation.CustomNSError.errorCode.getter : Swift.Int", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_bridgeObjectRetain", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.performRequests(requests: [__C.ASAuthorizationRequest]) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __C.ASAuthorizationScope.init(rawValue: Swift.String) -> __C.ASAuthorizationScope in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      ...
  "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._unconditionallyBridgeFromObjectiveC(A.RawValue._ObjectiveCType?) -> A", referenced from:
      protocol witness for static Swift._ObjectiveCBridgeable._unconditionallyBridgeFromObjectiveC(A._ObjectiveCType?) -> A in conformance __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "value witness table for Builtin.UnknownObject", referenced from:
      full type metadata for __C_Synthesized.related decl 'e' for ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      full type metadata for __C.ASAuthorizationScope in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      full type metadata for sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      full type metadata for sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      full type metadata for sign_in_with_apple.SignInWithAppleUnavailablePlugin in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      full type metadata for sign_in_with_apple.SwiftSignInWithApplePlugin in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
  "static Swift.Unicode.UTF8.encode(_: Swift.Unicode.Scalar, into: (Swift.UInt8) -> ()) -> ()", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Foundation._BridgedStoredNSError._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      protocol witness for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject? in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift._assertionFailure(_: Swift.StaticString, _: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (Swift.UInt8) -> () in Swift.StaticString.withUTF8Buffer<A>((Swift.UnsafeBufferPointer<Swift.UInt8>) -> A) -> A in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Foundation._BridgedStoredNSError.code.getter : A.Code", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol witness table for Swift.Int : Swift.Equatable in Swift", referenced from:
      protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Swift.Error< where A: Foundation.CustomNSError>._code.getter : Swift.Int", referenced from:
      protocol witness for Swift.Error._code.getter : Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated type descriptor for Foundation._BridgedStoredNSError.Code", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.DefaultStringInterpolation.appendInterpolation<A>(A) -> ()", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "base conformance descriptor for Foundation._BridgedStoredNSError: Foundation._ObjectiveCBridgeableError", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Foundation._ObjectiveCBridgeableError", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._ObjectiveCBridgeableError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "static (extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._forceBridgeFromObjectiveC(_: A.RawValue._ObjectiveCType, result: inout A?) -> ()", referenced from:
      protocol witness for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> () in conformance __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata accessor for Foundation.PersonNameComponents", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined init with take of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined destroy of Foundation.PersonNameComponents? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata for Swift.Unicode.UTF8", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.Unicode.UTF8 and conformance Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.Unicode.Scalar.init(Swift.UInt32) -> Swift.Unicode.Scalar?", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for [A] : Swift.Collection in Swift", referenced from:
      lazy protocol witness table accessor for type [Any] and conformance [A] : Swift.Collection in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type [Swift.String] and conformance [A] : Swift.Collection in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Foundation.PersonNameComponents.givenName.getter : Swift.String?", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.DefaultStringInterpolation.init(literalCapacity: Swift.Int, interpolationCount: Swift.Int) -> Swift.DefaultStringInterpolation", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "Swift.String.init<A, B where A: Swift.Collection, B: Swift._UnicodeEncoding, A.Element == B.CodeUnit>(decoding: A, as: B.Type) -> Swift.String", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for Swift.UInt32 : Swift.FixedWidthInteger in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.FixedWidthInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_dynamicCastObjCClass", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code.Swift.RawRepresentable.RawValue: Swift.FixedWidthInteger", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_getForeignTypeMetadata", referenced from:
      type metadata accessor for __C.ASAuthorizationScope in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C_Synthesized.related decl 'e' for ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationAppleIDProviderCredentialState in libsign_in_with_apple.a(SignInWithAppleError.o)
  "_swift_errorRelease", referenced from:
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      reabstraction thunk helper from @escaping @callee_guaranteed (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @guaranteed Swift.Error?) -> () to @escaping @callee_unowned @convention(block) (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @unowned __C.NSError?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @objc sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata accessor for Swift.Array", referenced from:
      type metadata accessor for [Any] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for [Swift.String] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_isaMask", referenced from:
      key path getter for sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController : sign_in_with_apple.SignInWithAppleAuthorizationController? : sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      key path setter for sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController : sign_in_with_apple.SignInWithAppleAuthorizationController? : sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      key path getter for sign_in_with_apple.SignInWithAppleAuthorizationController.callback : (Any?) -> () : sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      key path setter for sign_in_with_apple.SignInWithAppleAuthorizationController.callback : (Any?) -> () : sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "_swift_getWitnessTable", referenced from:
      lazy protocol witness table accessor for type [Any] and conformance [A] : Swift.Collection in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type [Swift.String] and conformance [A] : Swift.Collection in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type __C_Synthesized.related decl 'e' for ASAuthorizationError and conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type __C_Synthesized.related decl 'e' for ASAuthorizationError and conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.FixedWidthInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.UnsignedInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.BinaryInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "(extension in Foundation):Foundation._BridgedStoredNSError.hash(into: inout Swift.Hasher) -> ()", referenced from:
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for static Swift._ObjectiveCBridgeable._conditionallyBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> Swift.Bool", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.RawRepresentable.init(rawValue: A.RawValue) -> A?", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C.ASAuthorizationError : Swift.RawRepresentable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_errorRetain", referenced from:
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Swift):Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int", referenced from:
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata for Swift.Bool", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleUnavailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
  "Swift.UnsafeBufferPointer.init(start: Swift.UnsafePointer<A>?, count: Swift.Int) -> Swift.UnsafeBufferPointer<A>", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Swift.Error.localizedDescription.getter : Swift.String", referenced from:
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Foundation.PersonNameComponents.familyName.getter : Swift.String?", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_getTypeByMangledNameInContext", referenced from:
      ___swift_instantiateConcreteTypeFromMangledName in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Foundation):Swift.Array._bridgeToObjectiveC() -> __C.NSArray", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @nonobjc __C.ASAuthorizationController.init(authorizationRequests: [__C.ASAuthorizationRequest]) -> __C.ASAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata for Any", referenced from:
      static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for [Any] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      ...
  "type metadata for Swift.Int", referenced from:
      lazy protocol witness table accessor for type Swift.Int and conformance Swift.Int : Swift.FixedWidthInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "static (extension in Foundation):Swift.Array._unconditionallyBridgeFromObjectiveC(__C.NSArray?) -> [A]", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "(extension in Swift):Swift.UnsignedInteger< where A: Swift.FixedWidthInteger>.init<A where A1: Swift.BinaryInteger>(A1) -> A", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol conformance descriptor for Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift", referenced from:
      lazy protocol witness table accessor for type Swift.Unicode.UTF8 and conformance Swift.Unicode.UTF8 : Swift._UnicodeEncoding in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_allocObject", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @objc sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      key path getter for sign_in_with_apple.SignInWithAppleAuthorizationController.callback : (Any?) -> () : sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      key path setter for sign_in_with_apple.SignInWithAppleAuthorizationController.callback : (Any?) -> () : sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._unimplementedInitializer(className: Swift.StaticString, initName: Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, column: Swift.UInt) -> Swift.Never in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "protocol witness table for Swift.String : Swift.CustomStringConvertible in Swift", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "method descriptor for static Swift._ObjectiveCBridgeable._forceBridgeFromObjectiveC(_: A._ObjectiveCType, result: inout A?) -> ()", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "static Foundation.Data._unconditionallyBridgeFromObjectiveC(__C.NSData?) -> Foundation.Data", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift._allocateUninitializedArray<A>(Builtin.Word) -> ([A], Builtin.RawPointer)", referenced from:
      static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "protocol witness table for Swift.String : Swift.Hashable in Swift", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol witness for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable? in conformance __C.ASAuthorizationScope : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol witness for Swift.Hashable.hashValue.getter : Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol witness for Swift.Hashable.hash(into: inout Swift.Hasher) -> () in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol witness for Swift.Hashable._rawHashValue(seed: Swift.Int) -> Swift.Int in conformance __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "_swift_retain", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      reabstraction thunk helper from @escaping @callee_guaranteed (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @guaranteed Swift.Error?) -> () to @escaping @callee_unowned @convention(block) (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @unowned __C.NSError?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      _block_copy_helper in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      key path setter for sign_in_with_apple.SignInWithAppleAuthorizationController.callback : (Any?) -> () : sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.callback.getter : (Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.callback.setter : (Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "method descriptor for Foundation._BridgedStoredNSError._nsError.getter : __C.NSError", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.DefaultStringInterpolation.appendInterpolation<A where A: Swift.CustomStringConvertible, A: Swift.TextOutputStreamable>(A) -> ()", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "(extension in Foundation):Foundation._BridgedStoredNSError.errorUserInfo.getter : [Swift.String : Any]", referenced from:
      protocol witness for Foundation.CustomNSError.errorUserInfo.getter : [Swift.String : Any] in conformance __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftCompatibility51", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility51_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibility51_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibility51_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftCompatibility51_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftCompatibility51_$_sign_in_with_apple)
  "type metadata for Swift.UInt32", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.FixedWidthInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.UInt32 and conformance Swift.UInt32 : Swift.UnsignedInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_getInitializedObjCClass", referenced from:
      type metadata accessor for __C.NSObject in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationAppleIDProvider in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationRequest in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationPasswordProvider in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "protocol descriptor for Foundation._BridgedStoredNSError", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata for Swift.UInt", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Swift.UInt and conformance Swift.UInt : Swift.BinaryInteger in Swift in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "static (extension in Foundation):Swift.String._unconditionallyBridgeFromObjectiveC(__C.NSString?) -> Swift.String", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static __C_Synthesized.related decl 'e' for ASAuthorizationError.errorDomain.getter : Swift.String in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __C.ASAuthorizationScope.rawValue.getter : Swift.String in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleUnavailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "(extension in Swift):Swift.Collection< where A.Iterator == Swift.IndexingIterator<A>>.makeIterator() -> Swift.IndexingIterator<A>", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata for Swift.String", referenced from:
      static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for [Swift.String] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "_swift_once", referenced from:
      sign_in_with_apple.methodChannelName.unsafeMutableAddressor : Swift.String in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol witness table for Swift.String : Swift.Equatable in Swift", referenced from:
      protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.ASAuthorizationScope : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_getErrorValue", referenced from:
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Foundation.CustomNSError: Swift.Error", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_unknownObjectRetain", referenced from:
      @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @objc static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      @objc static sign_in_with_apple.SwiftSignInWithApplePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
      outlined copy of sign_in_with_apple.SignInWithAppleError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "Swift.DefaultStringInterpolation.appendLiteral(Swift.String) -> ()", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "protocol conformance descriptor for Foundation.Data : Swift.Collection in Foundation", referenced from:
      lazy protocol witness table accessor for type Foundation.Data and conformance Foundation.Data : Swift.Collection in Foundation in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift._bridgeAnyObjectToAny(Swift.AnyObject?) -> Any", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "method descriptor for static Foundation.CustomNSError.errorDomain.getter : Swift.String", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation.CustomNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> ()", referenced from:
      static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: default argument 2 of Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> (), default argument 1 of Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> () )
  "type metadata for Foundation.Data", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.(parseData in _C6A492FFEF38CC78F3CBDFC3F5381203)(data: Foundation.Data?) -> Swift.String? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      lazy protocol witness table accessor for type Foundation.Data and conformance Foundation.Data : Swift.Collection in Foundation in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.String.init(stringInterpolation: Swift.DefaultStringInterpolation) -> Swift.String", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleError.toFlutterError() -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "Swift.Dictionary.subscript.getter : (A) -> B?", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "protocol descriptor for Swift._SwiftNewtypeWrapper", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._SwiftNewtypeWrapper in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.IndexingIterator.next() -> A.Element?", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "associated conformance descriptor for Foundation._BridgedStoredNSError.Foundation._BridgedStoredNSError.Code: Swift.RawRepresentable", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_dynamicCast", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithError: Swift.Error) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "type metadata for Swift.UInt8", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.init() -> sign_in_with_apple.SignInWithAppleAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_getObjCClassFromMetadata", referenced from:
      __C.ASAuthorizationAppleIDProvider.__allocating_init() -> __C.ASAuthorizationAppleIDProvider in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __C.ASAuthorizationPasswordProvider.__allocating_init() -> __C.ASAuthorizationPasswordProvider in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __C.ASAuthorizationController.__allocating_init(authorizationRequests: [__C.ASAuthorizationRequest]) -> __C.ASAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @nonobjc __C.FlutterMethodChannel.__allocating_init(name: Swift.String, binaryMessenger: __C.FlutterBinaryMessenger) -> __C.FlutterMethodChannel in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      @nonobjc __C.FlutterError.__allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "_swift_getObjCClassMetadata", referenced from:
      @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.NSObject in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationAppleIDProvider in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationRequest in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationPasswordProvider in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      type metadata accessor for __C.ASAuthorizationController in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "(extension in Foundation):Swift.String._bridgeToObjectiveC() -> __C.NSString", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __C.ASAuthorizationScope.init(rawValue: Swift.String) -> __C.ASAuthorizationScope in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @nonobjc __C.FlutterMethodChannel.__allocating_init(name: Swift.String, binaryMessenger: __C.FlutterBinaryMessenger) -> __C.FlutterMethodChannel in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      @nonobjc __C.FlutterError.__allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "protocol descriptor for Swift.Hashable", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Hashable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.Dictionary.init(dictionaryLiteral: (A, B)...) -> [A : B]", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "base conformance descriptor for Foundation._BridgedStoredNSError: Swift.Hashable", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Foundation._BridgedStoredNSError in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "__swift_FORCE_LOAD_$_swiftMetal", referenced from:
      __swift_FORCE_LOAD_$_swiftMetal_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftMetal_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      __swift_FORCE_LOAD_$_swiftMetal_$_sign_in_with_apple in libsign_in_with_apple.a(SwiftSignInWithApplePlugin.o)
      __swift_FORCE_LOAD_$_swiftMetal_$_sign_in_with_apple in libsign_in_with_apple.a(SignInWithAppleError.o)
     (maybe you meant: __swift_FORCE_LOAD_$_swiftMetal_$_sign_in_with_apple)
  "_swift_endAccess", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController.getter : sign_in_with_apple.SignInWithAppleAuthorizationController? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController.setter : sign_in_with_apple.SignInWithAppleAuthorizationController? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController.modify : sign_in_with_apple.SignInWithAppleAuthorizationController? with unmangled suffix ".resume.0" in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.init() -> sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.callback.getter : (Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.callback.setter : (Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "Swift.String.init(_builtinStringLiteral: Builtin.RawPointer, utf8CodeUnitCount: Builtin.Word, isASCII: Builtin.Int1) -> Swift.String", referenced from:
      _globalinit_33_C6A492FFEF38CC78F3CBDFC3F5381203_func0 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      default argument 1 of Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      default argument 2 of Swift.print(_: Any..., separator: Swift.String, terminator: Swift.String) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "method descriptor for Swift._HasCustomAnyHashableRepresentation._toCustomAnyHashable() -> Swift.AnyHashable?", referenced from:
      protocol conformance descriptor for __C.ASAuthorizationScope : Swift._HasCustomAnyHashableRepresentation in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_beginAccess", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController.getter : sign_in_with_apple.SignInWithAppleAuthorizationController? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController.setter : sign_in_with_apple.SignInWithAppleAuthorizationController? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin._lastSignInWithAppleAuthorizationController.modify : sign_in_with_apple.SignInWithAppleAuthorizationController? in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.init() -> sign_in_with_apple.SignInWithAppleAvailablePlugin in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.callback.getter : (Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.callback.setter : (Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "method descriptor for Swift.Error._userInfo.getter : Swift.AnyObject?", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift.== infix<A where A: Swift.RawRepresentable, A.RawValue: Swift.Equatable>(A, A) -> Swift.Bool", referenced from:
      protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.ASAuthorizationError : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      protocol witness for static Swift.Equatable.== infix(A, A) -> Swift.Bool in conformance __C.ASAuthorizationScope : Swift.Equatable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "Swift._bridgeAnythingToObjectiveC<A>(A) -> Swift.AnyObject", referenced from:
      reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @nonobjc __C.FlutterError.__allocating_init(code: Swift.String, message: Swift.String?, details: Any?) -> __C.FlutterError in libsign_in_with_apple.a(SignInWithAppleError.o)
  "Swift.Array.append(__owned A) -> ()", referenced from:
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "method descriptor for Swift.Error._getEmbeddedNSError() -> Swift.AnyObject?", referenced from:
      protocol conformance descriptor for __C_Synthesized.related decl 'e' for ASAuthorizationError : Swift.Error in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "static Foundation.PersonNameComponents._unconditionallyBridgeFromObjectiveC(__C.NSPersonNameComponents?) -> Foundation.PersonNameComponents", referenced from:
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_release", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ___swift_destroy_boxed_opaque_existential_0 in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      closure #1 (__C.ASAuthorizationAppleIDProviderCredentialState, Swift.Error?) -> () in sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      l_objectdestroy in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      reabstraction thunk helper from @escaping @callee_guaranteed (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @guaranteed Swift.Error?) -> () to @escaping @callee_unowned @convention(block) (@unowned __C.ASAuthorizationAppleIDProviderCredentialState, @unowned __C.NSError?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      _block_destroy_helper in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @objc sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "_swift_unknownObjectRelease", referenced from:
      @objc static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined consume of sign_in_with_apple.SignInWithAppleError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      reabstraction thunk helper from @escaping @callee_unowned @convention(block) (@unowned Swift.AnyObject?) -> () to @escaping @callee_guaranteed (@in_guaranteed Any?) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.performRequests(requests: [__C.ASAuthorizationRequest]) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAuthorizationController.authorizationController(controller: __C.ASAuthorizationController, didCompleteWithAuthorization: __C.ASAuthorization) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      @objc static sign_in_with_apple.SignInWithAppleUnavailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
      ...
  "(extension in Swift):Swift._SwiftNewtypeWrapper< where A.RawValue: Swift._ObjectiveCBridgeable>._bridgeToObjectiveC() -> A.RawValue._ObjectiveCType", referenced from:
      protocol witness for Swift._ObjectiveCBridgeable._bridgeToObjectiveC() -> A._ObjectiveCType in conformance __C.ASAuthorizationScope : Swift._ObjectiveCBridgeable in __C_Synthesized in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
  "_swift_bridgeObjectRelease", referenced from:
      static sign_in_with_apple.SignInWithAppleAvailablePlugin.register(with: __C.FlutterPluginRegistrar) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined consume of sign_in_with_apple.SignInWithAppleError in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined destroy of Swift.String in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined destroy of Swift.IndexingIterator<[Any]> in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      outlined destroy of [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      ...
  "static Swift.String.== infix(Swift.String, Swift.String) -> Swift.Bool", referenced from:
      sign_in_with_apple.SignInWithAppleAvailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      static sign_in_with_apple.SignInWithAppleAuthorizationController.parseRequests(rawRequests: [Any]) -> [__C.ASAuthorizationRequest] in libsign_in_with_apple.a(SignInWithAppleAvailablePlugin.o)
      sign_in_with_apple.SignInWithAppleUnavailablePlugin.handle(_: __C.FlutterMethodCall, result: (Any?) -> ()) -> () in libsign_in_with_apple.a(SignInWithAppleUnavailablePlugin.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'wakelock' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'video_player' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'url_launcher' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'sign_in_with_apple' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'path_provider' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'image_picker' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'fluttertoast' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'flutter_local_notifications' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'auto_orientation' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Toast' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 4.3, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'FMDB' from project 'Pods')
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.3.99. (in target 'Flutter' from project 'Pods')

Could not build the application for the simulator. Error launching application on iPhone 12 Pro Max. Exited (sigterm)

`

tp commented 3 years ago

@xlcod How do you set the minimum deployment target specifically?

We use


# Uncomment this line to define a global platform for your project
minimum_deployment_target = 11.0

platform :ios, minimum_deployment_target

#  usual configuration omitted

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

    target.build_configurations.each do |config|
      config.build_settings['ENABLE_BITCODE'] = 'NO'

      # Ensure we set all Pods to match the minimum deployment target specified by the app.
      # This ensures that we don't generate debug symbols for invalid architectures from the Pods
      #
      # https://github.com/CocoaPods/CocoaPods/issues/7111#issuecomment-573709158
      config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = minimum_deployment_target
    end
  end
end
xlcod commented 3 years ago

from xcode and also on the podfile

# Uncomment this line to define a global platform for your project
platform :ios, '10.0'

ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
  'Debug' => :debug,
  'Profile' => :release,
  'Release' => :release,
}

def flutter_root
  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
  unless File.exist?(generated_xcode_build_settings_path)
    raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
  end

  File.foreach(generated_xcode_build_settings_path) do |line|
    matches = line.match(/FLUTTER_ROOT\=(.*)/)
    return matches[1].strip if matches
  end
  raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

im trying everything and still fails everytime

thanks.

tp commented 3 years ago

@xlcod I think you need the bottom part of the script I posted (the post_install).

xlcod commented 3 years ago

still getting this error with the post_install

`event sent after app closed: {id: 0, progressId: null, message: Running "flutter pub get" in inspiria...} event sent after app closed: {id: 0, progressId: null, finished: true} Launching lib/main.dart on iPhone 12 Pro Max in debug mode... Xcode build done. 24,3s Failed to build iOS app Error output from Xcode build: ↳ BUILD FAILED Xcode's output: ↳ /Users/deybys/.pub-cache/hosted/pub.dartlang.org/image_picker-0.6.7+21/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/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.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/deybys/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-3.0.3/ios/Classes/FlutterLocalNotificationsPlugin.m:13:5: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations] UILocalNotification *_launchNotification; ^ In module 'UIKit' imported from /Users/deybys/Documents/alvaro_p_flutter/inspiria-pro/inspiria/ios/Pods/Target Support Files/flutter_local_notifications/flutter_local_notifications-prefix.pch:2: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UILocalNotification.h:18:12: note: 'UILocalNotification' has been explicitly marked deprecated here @interface UILocalNotification : NSObject<NSCopying, NSCoding> ^ /Users/deybys/.pub-cache/hosted/pub.dartlang.org/flutter_local_notifications-3.0.3/ios/Classes/FlutterLocalNotificationsPlugin.m:295:4: warning: 'UILocalNotification' is deprecated: first deprecated in iOS 10.0 - Use UserNotifications Framework's UNNotificationRequest [-Wdeprecated-declarations]

tp commented 3 years ago

The error Users/deybys/.pub-cache/hosted/pub.dartlang.org/firebase_auth_oauth-0.2.3/ios/Classes/FirebaseAuthOAuthPlugin+AppleSignIniOS13.swift:10:8: error: no such module 'FirebaseAuth' points toward Firebase being the culprit here, not this plugin.

As I have never used this in conjunction with Firebase I can't offer any help with that one though. (It reads as if the Firebase OAuth plugin doesn't find the "base" FirebaseAuth plugin)

xlcod commented 3 years ago

@tp The thing is that i don´t have any Firebase_auth installed i only have some analytics and other stuff that runs fine, if i install this plugin everything breaks.

this runs fine Example: `

this does not

`