HomeiOS DevelopmentFlutter - IOS Class AMSupportURLConnectionDelegate is carried out in each

Flutter – IOS Class AMSupportURLConnectionDelegate is carried out in each


I get this error whereas attempting to create an IPA in my flutter venture how can I remedy it please assist

Error output from Xcode construct:

objc[37847]: Class AMSupportURLConnectionDelegate is carried out in each /usr/lib/libamsupport.dylib (0x1ebbdf130) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Variations/A/MobileDevice (0x1067c42c8). One of many two will probably be used. Which one is undefined.
objc[37847]: Class AMSupportURLSession is carried out in each /usr/lib/libamsupport.dylib (0x1ebbdf180) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Variations/A/MobileDevice (0x1067c4318). One of many two will probably be used. Which one is undefined.
** ARCHIVE FAILED **

Xcode’s output:

Writing consequence bundle at path:
/var/folders/6r/5vp_qlmd5lqcy6q5wtp8yg8w0000gn/T/flutter_tools.iZLmcz/flutter_ios_build_temp_diryOLwq7/temporary_xcresult_bundle

comment: Incremental compilation has been disabled: it isn't suitable with entire module optimization
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: utilizing 'class' key phrase to outline a class-constrained
protocol is deprecated; use 'AnyObject' as an alternative
inner protocol DKPhotoGalleryContentDataSource: class {
                                                   ^~~~~
                                                   AnyObject
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: utilizing 'class' key phrase to outline a class-constrained
protocol is deprecated; use 'AnyObject' as an alternative
inner protocol DKPhotoGalleryContentDelegate: class {
                                                 ^~~~~
                                                 AnyObject
comment: Incremental compilation has been disabled: it isn't suitable with entire module optimization
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: utilizing 'class' key phrase to outline a class-constrained
protocol is deprecated; use 'AnyObject' as an alternative
inner protocol DKPhotoGalleryContentDataSource: class {
                                                   ^~~~~
                                                   AnyObject
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: utilizing 'class' key phrase to outline a class-constrained
protocol is deprecated; use 'AnyObject' as an alternative
inner protocol DKPhotoGalleryContentDelegate: class {
                                                 ^~~~~
                                                 AnyObject
comment: Incremental compilation has been disabled: it isn't suitable with entire module optimization
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Storage.swift:321:30: warning: conditional downcast from 'Error?' to 'NSError' is a
bridging conversion; did you imply to make use of 'as'?
        shouldRetry = (error as? NSError)?.code == URLError.notConnectedToInternet.rawValue
                       ~~~~~ ^~~ ~~~~~~~
                             as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StorageDeleteTask.swift:74:46: warning: conditional downcast from 'Error?' to
'NSError' is a bridging conversion; did you imply to make use of 'as'?
        self?.fetcherCompletion?(knowledge, error as? NSError)
                                       ~~~~~ ^~~ ~~~~~~~
                                             as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/StorageDownloadTask.swift:179:45: warning: conditional downcast from 'Error?' to
'NSError' is a bridging conversion; did you imply to make use of 'as'?
        self.fetcherCompletion?(knowledge, error as? NSError)
                                      ~~~~~ ^~~ ~~~~~~~
                                            as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StorageGetDownloadURLTask.swift:91:46: warning: conditional downcast from
'Error?' to 'NSError' is a bridging conversion; did you imply to make use of 'as'?
        self?.fetcherCompletion?(knowledge, error as? NSError)
                                       ~~~~~ ^~~ ~~~~~~~
                                             as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StorageGetMetadataTask.swift:87:46: warning: conditional downcast from
'Error?' to 'NSError' is a bridging conversion; did you imply to make use of 'as'?
        self?.fetcherCompletion?(knowledge, error as? NSError)
                                       ~~~~~ ^~~ ~~~~~~~
                                             as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StorageListTask.swift:134:46: warning: conditional downcast from 'Error?' to
'NSError' is a bridging conversion; did you imply to make use of 'as'?
        self?.fetcherCompletion?(knowledge, error as? NSError)
                                       ~~~~~ ^~~ ~~~~~~~
                                             as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StoragePath.swift:165:28: warning: conditional downcast from 'String?' to
'NSString' is a bridging conversion; did you imply to make use of 'as'?
    if let object = object as? NSString {
                    ~~~~~~ ^~~ ~~~~~~~~
                           as          ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/StorageReference.swift:52:25: warning: conditional downcast from 'String?' to
'NSString' is a bridging conversion; did you imply to make use of 'as'?
    return (path.object as? NSString)?.lastPathComponent ?? ""
            ~~~~~~~~~~~ ^~~ ~~~~~~~~
                        as          ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StorageTokenAuthorizer.swift:44:30: warning: conditional downcast from
'Error?' to 'NSError' is a bridging conversion; did you imply to make use of 'as'?
        if let error = error as? NSError {
                       ~~~~~ ^~~ ~~~~~~~
                             as         ?
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/Inner/StorageUpdateMetadataTask.swift:97:46: warning: conditional downcast from
'Error?' to 'NSError' is a bridging conversion; did you imply to make use of 'as'?
        self?.fetcherCompletion?(knowledge, error as? NSError)
                                       ~~~~~ ^~~ ~~~~~~~
                                             as         ?
/Customers/macbookair/growth/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-5.2.10/ios/Lessons/FileUtils.m:133:30: warning: unused variable 'exportError' [-Wunused-variable]
                    NSError *exportError = exporter.error;
                             ^
1 warning generated.
/Customers/macbookair/growth/flutter/.pub-cache/hosted/pub.dartlang.org/file_picker-5.2.10/ios/Lessons/FilePickerPlugin.m:357:1: warning: implementing deprecated technique
[-Wdeprecated-implementations]
- (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url{
^
In module 'UIKit' imported from /Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/Goal Help Information/file_picker/file_picker-prefix.pch:2:
/Purposes/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:27
:1: be aware: technique 'documentPicker:didPickDocumentAtURL:' declared right here
- (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("documentPicker:didPickDocumentsAtURLs:", ios(8.0,
11.0));
^
1 warning generated.
error: the next command failed with exit code 0 however produced no additional output
CompileC
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.construct/Rele
ase-iphoneos/firebase_core.construct/Objects-normal/arm64/FLTFirebaseCorePlugin.o
/Customers/macbookair/growth/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-2.8.0/ios/Lessons/FLTFirebaseCorePlugin.m regular arm64 objective-c
com.apple.compilers.llvm.clang.1_0.compiler (in goal 'firebase_core' from venture 'Pods')
error: the next command failed with exit code 0 however produced no additional output
CompileC
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.construct/Rele
ase-iphoneos/firebase_auth.construct/Objects-normal/arm64/FLTFirebaseAuthPlugin.o
/Customers/macbookair/growth/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-4.3.0/ios/Lessons/FLTFirebaseAuthPlugin.m regular arm64 objective-c
com.apple.compilers.llvm.clang.1_0.compiler (in goal 'firebase_auth' from venture 'Pods')
/Customers/macbookair/growth/flutter/.pub-cache/hosted/pub.dartlang.org/cloud_firestore-4.4.5/ios/Lessons/FLTFirebaseFirestorePlugin.m:490:29: warning: comparability of distinct pointer
varieties ('FIRQuery *' and 'NSNull * _Nonnull') [-Wcompare-distinct-pointer-types]
  if (question == nil || question == [NSNull null]) {
                      ~~~~~ ^  ~~~~~~~~~~~~~
1 warning generated.
2023-05-04 23:20:18.339 ibtoold[48887:193551] DEBUG: Added to surroundings: {
    TMPDIR = "/var/folders/6r/5vp_qlmd5lqcy6q5wtp8yg8w0000gn/T/00617C69-878C-4FEF-8577-8BA55884BE7C";
}
/* com.apple.actool.doc.warnings */
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][watch][][appLauncher][41mm][2x][][][][2d][102.png]: warning: The app icon set
"AppIcon" has an unassigned youngster.
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][watch][][appLauncher][41mm][2x][][][][2d][102.png]: warning: The app icon set
"AppIcon" has an unassigned youngster.
/* com.apple.actool.doc.notices */
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][iphone][57x57][][][1x][][][]: discover: 57x57 app icons solely apply to iPhone apps
focusing on releases of iOS previous to 7.0
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][iphone][57x57][][][2x][][][]: discover: 57x57@2x app icons solely apply to iPhone apps
focusing on releases of iOS previous to 7.0
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][ipad][50x50][][][1x][][][]: discover: 50x50 iPad highlight icons solely apply to iPad
apps focusing on releases of iOS previous to 7.0
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][ipad][50x50][][][2x][][][]: discover: 50x50 iPad highlight icons solely apply to iPad
apps focusing on releases of iOS previous to 7.0
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][ipad][72x72][][][1x][][][]: discover: 72x72 app icons solely apply to iPad apps focusing on
releases of iOS previous to 7.0
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][ipad][72x72][][][2x][][][]: discover: 72x72@2x app icons solely apply to iPad apps
focusing on releases of iOS previous to 7.0
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets:./AppIcon.appiconset/[][ipad][76x76][][][1x][][][]: discover: 76x76@1x app icons solely apply to iPad apps
focusing on releases of iOS previous to 10.0.
/* com.apple.actool.compilation-results */
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/InstallationBuildProductsLocation/Applicat
ions/Runner.app/[email protected]
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/InstallationBuildProductsLocation/Applicat
ions/Runner.app/AppIcon76x76@2x~ipad.png
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/InstallationBuildProductsLocation/Applicat
ions/Runner.app/Property.automotive
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Runner.construct/Re
lease-iphoneos/Runner.construct/assetcatalog_generated_info.plist

error: the next command failed with exit code 0 however produced no additional output
CompileAssetCatalog
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/InstallationBuildProductsLocation/Applicat
ions/Runner.app /Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Runner/Property.xcassets (in goal 'Runner' from venture 'Runner')
mkdir -p
/Customers/macbookair/Library/Developer/Xcode/DerivedData/Runner-fvcdyistcwhfskekwbwatbwpqvmq/Construct/Intermediates.noindex/ArchiveIntermediates/Runner/BuildProductsPath/Launch-iphoneos/Runner.
app/Frameworks
Symlinked...
readlink: unlawful choice -- f
utilization: readlink [-n] [file ...]
Command PhaseScriptExecution failed with a nonzero exit code
be aware: Utilizing new construct system
be aware: Planning
be aware: Construct preparation full
be aware: Constructing targets in dependency order
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/Pods.xcodeproj: warning: The iOS deployment goal 'IPHONEOS_DEPLOYMENT_TARGET' is ready to eight.0, however the vary of supported
deployment goal variations is 9.0 to fifteen.2.99. (in goal 'Toast' from venture 'Pods')
/Customers/macbookair/projeler/komiserlikvemisyonkoruma/ios/Pods/Pods.xcodeproj: warning: The iOS deployment goal 'IPHONEOS_DEPLOYMENT_TARGET' is ready to eight.0, however the vary of supported
deployment goal variations is 9.0 to fifteen.2.99. (in goal 'FMDB' from venture 'Pods')

End result bundle written to path:
    /var/folders/6r/5vp_qlmd5lqcy6q5wtp8yg8w0000gn/T/flutter_tools.iZLmcz/flutter_ios_build_temp_diryOLwq7/temporary_xcresult_bundle

Encountered error whereas archiving for system.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments