Skip to content

Instantly share code, notes, and snippets.

@AbhishekDoshi26
Created March 29, 2022 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekDoshi26/98be573b047fd7b709751b26211d0fff to your computer and use it in GitHub Desktop.
Save AbhishekDoshi26/98be573b047fd7b709751b26211d0fff to your computer and use it in GitHub Desktop.
Launching lib/main/main_development.dart on iPhone 12 Pro in debug mode...
Xcode build done. 17.9s
Failed to build iOS app
Error output from Xcode build:
objc[71317]: Class AppleTypeCRetimerRestoreInfoHelper is implemented in both /usr/lib/libauthinstall.dylib (0x2050e1eb0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x109c344f8). One of the two will be used. Which one is undefined.
objc[71317]: Class AppleTypeCRetimerFirmwareAggregateRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2050e1f00) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x109c34548). One of the two will be used. Which one is undefined.
objc[71317]: Class AppleTypeCRetimerFirmwareRequestCreator is implemented in both /usr/lib/libauthinstall.dylib (0x2050e1f50) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x109c34598). One of the two will be used. Which one is undefined.
objc[71317]: Class ATCRTRestoreInfoFTABFile is implemented in both /usr/lib/libauthinstall.dylib (0x2050e1fa0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x109c345e8). One of the two will be used. Which one is undefined.
objc[71317]: Class AppleTypeCRetimerFirmwareCopier is implemented in both /usr/lib/libauthinstall.dylib (0x2050e1ff0) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x109c34638). One of the two will be used. Which one is undefined.
objc[71317]: Class ATCRTRestoreInfoFTABSubfile is implemented in both /usr/lib/libauthinstall.dylib (0x2050e2040) and /Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x109c34688). One of the two will be used. Which one is undefined.
2022-03-29 18:30:03.246 xcodebuild[71317:277889] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-03-29 18:30:03.246 xcodebuild[71317:277889] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
** BUILD FAILED **
Xcode's output:
Writing result bundle at path:
/var/folders/cv/s8b4fks973z4gg3gzsqm5l5c0000gn/T/flutter_tools.F4WA0P/flutter_ios_build_temp_dirWdIuNm/temporary_xcresult_bundle
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.m:161:39: warning: 'archivedDataWithRootObject:' is deprecated: first deprecated in iOS 12.0 - Use +archivedDataWithRootObject:requiringSecureCoding:error: instead [-Wdeprecated-declarations]
self.passwordData = [NSKeyedArchiver archivedDataWithRootObject:object];
^
In module 'Foundation' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:47:1: note: 'archivedDataWithRootObject:' has been explicitly marked deprecated here
+ (NSData *)archivedDataWithRootObject:(id)rootObject API_DEPRECATED("Use +archivedDataWithRootObject:requiringSecureCoding:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
^
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.m:167:29: warning: 'unarchiveObjectWithData:' is deprecated: first deprecated in iOS 12.0 - Use +unarchivedObjectOfClass:fromData:error: instead [-Wdeprecated-declarations]
return [NSKeyedUnarchiver unarchiveObjectWithData:self.passwordData];
^
In module 'Foundation' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/SAMKeychain/Sources/SAMKeychainQuery.h:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSKeyedArchiver.h:152:1: note: 'unarchiveObjectWithData:' has been explicitly marked deprecated here
+ (nullable id)unarchiveObjectWithData:(NSData *)data API_DEPRECATED("Use +unarchivedObjectOfClass:fromData:error: instead", macosx(10.2,10.14), ios(2.0,12.0), watchos(2.0,5.0), tvos(9.0,12.0));
^
2 warnings generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/url_launcher_ios-6.0.15/ios/Classes/FLTURLLauncherPlugin.m:140:57: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations]
.keyWindow.rootViewController];
^
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/url_launcher_ios/url_launcher_ios-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here
@property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0));
^
1 warning generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/PMPlugin.m:93:68: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations]
UIViewController *controller = UIApplication.sharedApplication.keyWindow.rootViewController;
^
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/photo_manager/photo_manager-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here
@property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0));
^
1 warning generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/PMManager.m:839:59: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
BOOL success = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:UIApplicationOpenSettingsURLString]];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/photo_manager/photo_manager-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
^
1 warning generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.m:13:5: warning: 'CC_MD5' is deprecated: first deprecated in iOS 13.0 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
CC_MD5(original_str, (uint) strlen(original_str), digist);
^
In module 'CommonCrypto' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.h:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/CommonCrypto/CommonDigest.h:142:23: note: 'CC_MD5' has been explicitly marked deprecated here
extern unsigned char *CC_MD5(const void *data, CC_LONG len, unsigned char *md)
^
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.m:24:5: warning: 'CC_MD5' is deprecated: first deprecated in iOS 13.0 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
CC_MD5(original_str, (uint) strlen(original_str), digist);
^
In module 'CommonCrypto' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.h:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/CommonCrypto/CommonDigest.h:142:23: note: 'CC_MD5' has been explicitly marked deprecated here
extern unsigned char *CC_MD5(const void *data, CC_LONG len, unsigned char *md)
^
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.m:75:5: warning: 'CC_MD5_Init' is deprecated: first deprecated in iOS 13.0 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
CC_MD5_Init(&hashObject);
^
In module 'CommonCrypto' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.h:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/CommonCrypto/CommonDigest.h:133:12: note: 'CC_MD5_Init' has been explicitly marked deprecated here
extern int CC_MD5_Init(CC_MD5_CTX *c)
^
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.m:93:9: warning: 'CC_MD5_Update' is deprecated: first deprecated in iOS 13.0 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
CC_MD5_Update(&hashObject, (const void *) buffer, (CC_LONG) readBytesCount);
^
In module 'CommonCrypto' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.h:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/CommonCrypto/CommonDigest.h:136:12: note: 'CC_MD5_Update' has been explicitly marked deprecated here
extern int CC_MD5_Update(CC_MD5_CTX *c, const void *data, CC_LONG len)
^
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.m:101:5: warning: 'CC_MD5_Final' is deprecated: first deprecated in iOS 13.0 - This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger). [-Wdeprecated-declarations]
CC_MD5_Final(digest, &hashObject);
^
In module 'CommonCrypto' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/photo_manager-1.3.10/ios/Classes/core/MD5Utils.h:5:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/usr/include/CommonCrypto/CommonDigest.h:139:12: note: 'CC_MD5_Final' has been explicitly marked deprecated here
extern int CC_MD5_Final(unsigned char *md, CC_MD5_CTX *c)
^
5 warnings generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTPHPickerSaveImageToPathOperation.m:126:9: warning: 'requestImageDataForAsset:options:resultHandler:' is deprecated: first deprecated in iOS 13 [-Wdeprecated-declarations]
requestImageDataForAsset:originalAsset
^~~~~~~~~~~~~~~~~~~~~~~~
requestImageDataAndOrientationForAsset
In module 'Photos' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTImagePickerPhotoAssetUtil.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/Photos.framework/Headers/PHImageManager.h:162:1: note: 'requestImageDataForAsset:options:resultHandler:' has been explicitly marked deprecated here
- (PHImageRequestID)requestImageDataForAsset:(PHAsset *)asset options:(nullable PHImageRequestOptions *)options resultHandler:(void (^)(NSData *_Nullable imageData, NSString *_Nullable dataUTI, UIImageOrientation orientation, NSDictionary *_Nullable info))resultHandler API_DEPRECATED_WITH_REPLACEMENT("-requestImageDataAndOrientationForAsset:options:resultHandler:", ios(8, 13), tvos(8, 13)) API_UNAVAILABLE(macos);
^
1 warning generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTImagePickerPlugin.m:533:11: warning: 'requestImageDataForAsset:options:resultHandler:' is deprecated: first deprecated in iOS 13 [-Wdeprecated-declarations]
requestImageDataForAsset:originalAsset
^~~~~~~~~~~~~~~~~~~~~~~~
requestImageDataAndOrientationForAsset
In module 'Photos' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTImagePickerPlugin.m:10:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/Photos.framework/Headers/PHImageManager.h:162:1: note: 'requestImageDataForAsset:options:resultHandler:' has been explicitly marked deprecated here
- (PHImageRequestID)requestImageDataForAsset:(PHAsset *)asset options:(nullable PHImageRequestOptions *)options resultHandler:(void (^)(NSData *_Nullable imageData, NSString *_Nullable dataUTI, UIImageOrientation orientation, NSDictionary *_Nullable info))resultHandler API_DEPRECATED_WITH_REPLACEMENT("-requestImageDataAndOrientationForAsset:options:resultHandler:", ios(8, 13), tvos(8, 13)) API_UNAVAILABLE(macos);
^
1 warning generated.
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTImagePickerPhotoAssetUtil.m:17:44: warning: 'UIImagePickerControllerReferenceURL' is deprecated: first deprecated in iOS 11.0 - Will be removed in a future release, use PHPicker. [-Wdeprecated-declarations]
NSURL *referenceURL = [info objectForKey:UIImagePickerControllerReferenceURL];
^
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/image_picker/image_picker-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIImagePickerController.h:62:51: note: 'UIImagePickerControllerReferenceURL' has been explicitly marked deprecated here
UIKIT_EXTERN UIImagePickerControllerInfoKey const UIImagePickerControllerReferenceURL API_DEPRECATED("Will be removed in a future release, use PHPicker.", ios(4.1, 11.0)) API_UNAVAILABLE(tvos); // an NSURL that references an asset in the AssetsLibrary framework
^
/Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTImagePickerPhotoAssetUtil.m:21:47: warning: 'fetchAssetsWithALAssetURLs:options:' is deprecated: first deprecated in iOS 11 - Will be removed in a future release [-Wdeprecated-declarations]
PHFetchResult<PHAsset *> *result = [PHAsset fetchAssetsWithALAssetURLs:@[ referenceURL ]
^
In module 'Photos' imported from /Users/abhishekdoshi/.pub-cache/hosted/pub.dartlang.org/image_picker-0.8.4+11/ios/Classes/FLTImagePickerPhotoAssetUtil.h:6:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/Photos.framework/Headers/PHAsset.h:77:1: note: 'fetchAssetsWithALAssetURLs:options:' has been explicitly marked deprecated here
+ (PHFetchResult<PHAsset *> *)fetchAssetsWithALAssetURLs:(NSArray<NSURL *> *)assetURLs options:(nullable PHFetchOptions *)options API_DEPRECATED("Will be removed in a future release", ios(8, 11), tvos(8, 11)) API_UNAVAILABLE(macos);
^
2 warnings generated.
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Toast/Toast/UIView+Toast.m:398:118: warning: 'UIActivityIndicatorViewStyleWhiteLarge' is deprecated: first deprecated in iOS 13.0 [-Wdeprecated-declarations]
UIActivityIndicatorView *activityIndicatorView = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
UIActivityIndicatorViewStyleLarge
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/Toast/Toast-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:18:5: note: 'UIActivityIndicatorViewStyleWhiteLarge' has been explicitly marked deprecated here
UIActivityIndicatorViewStyleWhiteLarge API_DEPRECATED_WITH_REPLACEMENT("UIActivityIndicatorViewStyleLarge", ios(2.0, 13.0), tvos(9.0, 13.0)) = 0,
^
1 warning generated.
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:148:42: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
[[UIApplication sharedApplication] openURL:_appStoreURL];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
^
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOSCustomBrowser.m:156:61: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
BOOL openedInBrowser = [[UIApplication sharedApplication] openURL:requestURL];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
^
2 warnings generated.
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:52:3: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
SFAuthenticationSession *_authenticationVC;
^~~~~~~~~~~~~~~~~~~~~~~
ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
^
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:131:7: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
SFAuthenticationSession *authenticationVC =
^~~~~~~~~~~~~~~~~~~~~~~
ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
^
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:132:37: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
[[SFAuthenticationSession alloc] initWithURL:requestURL
^~~~~
ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
^
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:168:58: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
openedUserAgent = [[UIApplication sharedApplication] openURL:requestURL];
^~~~~~~
openURL:options:completionHandler:
In module 'UIKit' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:124:1: note: 'openURL:' has been explicitly marked deprecated here
- (BOOL)openURL:(NSURL*)url API_DEPRECATED_WITH_REPLACEMENT("openURL:options:completionHandler:", ios(2.0, 10.0)) NS_EXTENSION_UNAVAILABLE_IOS("");
^
/Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:191:3: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
SFAuthenticationSession *authenticationVC = _authenticationVC;
^~~~~~~~~~~~~~~~~~~~~~~
ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/abhishekdoshi/Desktop/flutter_projects/peachee/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
^
5 warnings generated.
Command CompileSwiftSources failed with a nonzero exit code
ld: warning: ignoring file /Users/abhishekdoshi/Desktop/flutter_projects/peachee/build/ios/Debug-development-iphonesimulator/Toast/Toast.framework/Toast, building for iOS Simulator-x86_64 but attempting to link with file built for iOS Simulator-arm64
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_CSToastStyle", referenced from:
objc-class-ref in FluttertoastPlugin.o
"_CSToastPositionTop", referenced from:
-[FluttertoastPlugin handleMethodCall:result:] in FluttertoastPlugin.o
"_CSToastPositionCenter", referenced from:
-[FluttertoastPlugin handleMethodCall:result:] in FluttertoastPlugin.o
"_CSToastPositionBottom", referenced from:
-[FluttertoastPlugin handleMethodCall:result:] in FluttertoastPlugin.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: Planning
note: Build preparation complete
note: Building targets in dependency order
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Models/TOActivityCroppedImageProvider.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Views/TOCropOverlayView.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Models/TOCroppedImageAttributes.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Views/TOCropScrollView.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Views/TOCropToolbar.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Views/TOCropView.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Constants/TOCropViewConstants.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/TOCropViewController.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Models/TOCropViewControllerTransitioning.h (in target 'image_cropper' from project 'Pods')
warning: Skipping duplicate build file in Copy Headers build phase: /Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/Categories/UIImage+CropRotate.h (in target 'image_cropper' from project 'Pods')
warning: no rule to process file '/Users/abhishekdoshi/Desktop/flutter_projects/peachee/packages/image_cropper/ios/Classes/TOCropViewController/include/module.modulemap' of type 'sourcecode.module-map' for architecture 'arm64' (in target 'image_cropper' from project 'Pods')
Result bundle written to path:
/var/folders/cv/s8b4fks973z4gg3gzsqm5l5c0000gn/T/flutter_tools.F4WA0P/flutter_ios_build_temp_dirWdIuNm/temporary_xcresult_bundle
Uncategorized (Xcode): Command CompileSwiftSources failed with a nonzero exit code
Error (Xcode): Undefined symbol: _OBJC_CLASS_$_CSToastStyle
Error (Xcode): Undefined symbol: _CSToastPositionTop
Error (Xcode): Undefined symbol: _CSToastPositionCenter
Error (Xcode): Undefined symbol: _CSToastPositionBottom
Could not build the application for the simulator.
Error launching application on iPhone 12 Pro.
Exited (sigterm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment