FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
115 stars 19 forks source link

Cannot deploy to App Store - Versioning Error #59

Closed DennisAshford closed 1 year ago

DennisAshford commented 1 year ago

Issue tracker is ONLY used for reporting bugs. New feature suggestions and questions should be discussed on Community or submitted through our user feedback form.

Your issue may already be reported! Please search in the issue tracker before creating one.

Please thumbs up this issue if you have also experienced it. You may also add more information if there is something relevant that was not mentioned. However, please refrain from comments that are not constructive, like "I have this problem too", etc.

Expected behavior (required)

Deploy to the app store properly.

Current behavior (required)

Will not deploy to the App Store and gives the following error

Build failed :| Step 8 script Flutter build ipa and automatic versioning exited with status code 1

To Reproduce (required)

Attempt to deploy to App Store using the FlutterFlow (Codemagic) interface.

Context (required)

Yes, I cannot send critical updates for my app.

Your environment

FlutterFlow interface.

Building without sound null safety For more information see https://dart.dev/null-safety/unsound-null-safety

Archiving com.fytfeed.fytfeed... Automatically signing iOS for device deployment using specified development team in Xcode project: JPCM2MGY4D Running pod install... 263.1s Running Xcode build...
Xcode archive done. 224.9s Failed to build iOS app Error output from Xcode build: ↳ 2022-10-27 05:17:52.678 xcodebuild[3000:30683] 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-10-27 05:17:52.678 xcodebuild[3000:30683] 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 ARCHIVE FAILED

Xcode's output: ↳ Writing result bundle at path: /var/folders/m7/h1mg7c7x40ddjz6mxjxm3htr0000gn/T/flutter_tools.l0Vm6O/flutter_ios_build_temp_dirUuG9v9/temporary_xcresult_bundle

/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:133:47: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
        NSString* urlTextEscaped = [urlstring stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
                                              ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
In module 'Foundation' imported from /Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:599:1: note: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:190:47: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
        NSString* urlTextEscaped = [urlstring stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
                                              ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
In module 'Foundation' imported from /Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:599:1: note: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:256:62: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
        NSURL * whatsappURL = [NSURL URLWithString:[urlWhats stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
                                                             ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
In module 'Foundation' imported from /Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:599:1: note: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:258:48: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            [[UIApplication sharedApplication] openURL: whatsappURL];
                                               ^~~~~~~
                                               openURL:options:completionHandler:
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:267:63: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
        NSURL * telegramURL = [NSURL URLWithString:[urlScheme stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
                                                              ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
In module 'Foundation' imported from /Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIKit.h:8:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:599:1: note: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:269:48: warning: 'openURL:' is deprecated: first deprecated in iOS 10.0 [-Wdeprecated-declarations]
            [[UIApplication sharedApplication] openURL: telegramURL];
                                               ^~~~~~~
                                               openURL:options:completionHandler:
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:283:77: 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/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here
@property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0));
                                                  ^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/social_share-2.2.1/ios/Classes/SocialSharePlugin.m:296:77: 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/builder/clone/ios/Pods/Target Support Files/social_share/social_share-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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));
                                                  ^
8 warnings generated.
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/share_plus-4.5.3/ios/Classes/FLTSharePlusPlugin.m:26:46: 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]
    return [UIApplication sharedApplication].keyWindow.rootViewController;
                                             ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/share_plus/share_plus-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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/builder/clone/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/builder/clone/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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/builder/clone/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/builder/clone/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:53:3: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
  SFAuthenticationSession *_authenticationVC;
  ^~~~~~~~~~~~~~~~~~~~~~~
  ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
           ^
/Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:143:7: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
      SFAuthenticationSession *authenticationVC =
      ^~~~~~~~~~~~~~~~~~~~~~~
      ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
           ^
/Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:144:37: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
          [[SFAuthenticationSession alloc] initWithURL:requestURL
                                    ^~~~~
                                    ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFAuthenticationSession.h:48:12: note: 'SFAuthenticationSession' has been explicitly marked deprecated here
@interface SFAuthenticationSession : NSObject
           ^
/Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:180: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/builder/clone/ios/Pods/Target Support Files/AppAuth/AppAuth-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:203:3: warning: 'SFAuthenticationSession' is deprecated: first deprecated in iOS 12.0 [-Wdeprecated-declarations]
  SFAuthenticationSession *authenticationVC = _authenticationVC;
  ^~~~~~~~~~~~~~~~~~~~~~~
  ASWebAuthenticationSession
In module 'SafariServices' imported from /Users/builder/clone/ios/Pods/AppAuth/Source/AppAuth/iOS/OIDExternalUserAgentIOS.m:25:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.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.
remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/health_kit_reporter-2.0.4/ios/Classes/Extensions+SwiftHealthKitReporterPlugin.swift:626:45: warning: 'sampleQuery(type:predicate:sortDescriptors:limit:resultsHandler:)' was deprecated in iOS 11: Use special functions for fetching Quantity/Category/Workout samples. For Quantity Samples will return with SI units
            let query = try reporter.reader.sampleQuery(
                                            ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/PDFPreview/DKPDFView.swift:50:48: warning: 'gray' was deprecated in iOS 13.0: renamed to 'UIActivityIndicatorView.Style.medium'
        return UIActivityIndicatorView(style: .gray)
                                               ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/PDFPreview/DKPDFView.swift:50:48: note: use 'UIActivityIndicatorView.Style.medium' instead
        return UIActivityIndicatorView(style: .gray)
                                               ^~~~
                                               UIActivityIndicatorView.Style.medium
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGallery.swift:142:62: warning: 'statusBarStyle' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
    private let defaultStatusBarStyle = UIApplication.shared.statusBarStyle
                                                             ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:39:52: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
internal protocol DKPhotoGalleryContentDataSource: class {
                                                   ^~~~~
                                                   AnyObject
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:55:50: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
internal protocol DKPhotoGalleryContentDelegate: class {
                                                 ^~~~~
                                                 AnyObject
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/DKPhotoGalleryContentVC.swift:107:14: warning: 'automaticallyAdjustsScrollViewInsets' was deprecated in iOS 11.0: Use UIScrollView's contentInsetAdjustmentBehavior instead
        self.automaticallyAdjustsScrollViewInsets = false
             ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/ImagePreview/DKPhotoImageDownloader.swift:93:42: warning: 'requestImageData(for:options:resultHandler:)' was deprecated in iOS 13
                PHImageManager.default().requestImageData(for: asset,
                                         ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/QRCode/DKPhotoWebVC.swift:46:56: warning: 'gray' was deprecated in iOS 13.0: renamed to 'UIActivityIndicatorView.Style.medium'
        self.spinner = UIActivityIndicatorView(style: .gray)
                                                       ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/QRCode/DKPhotoWebVC.swift:46:56: note: use 'UIActivityIndicatorView.Style.medium' instead
        self.spinner = UIActivityIndicatorView(style: .gray)
                                                       ^~~~
                                                       UIActivityIndicatorView.Style.medium
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/PlayerPreview/DKPlayerView.swift:152:48: warning: 'gray' was deprecated in iOS 13.0: renamed to 'UIActivityIndicatorView.Style.medium'
        return UIActivityIndicatorView(style: .gray)
                                               ^
/Users/builder/clone/ios/Pods/DKPhotoGallery/DKPhotoGallery/Preview/PlayerPreview/DKPlayerView.swift:152:48: note: use 'UIActivityIndicatorView.Style.medium' instead
        return UIActivityIndicatorView(style: .gray)
                                               ^~~~
                                               UIActivityIndicatorView.Style.medium
/Users/builder/clone/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/FIRDLDefaultRetrievalProcessV2.m:106:7: warning: 'UI_USER_INTERFACE_IDIOM' is deprecated: first deprecated in iOS 13.0 - Use -[UIDevice userInterfaceIdiom] directly. [-Wdeprecated-declarations]
      UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
      ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/FirebaseDynamicLinks/FirebaseDynamicLinks/Sources/FIRDLDefaultRetrievalProcessV2.m:22:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:99:36: note: 'UI_USER_INTERFACE_IDIOM' has been explicitly marked deprecated here
static inline UIUserInterfaceIdiom UI_USER_INTERFACE_IDIOM() API_DEPRECATED("Use -[UIDevice userInterfaceIdiom] directly.", ios(2.0, 13.0), tvos(9.0, 11.0)) {
                                   ^
1 warning generated.
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/View/DKAssetGroupDetailVC.swift:344:14: warning: 'frameInterval' was deprecated in iOS 10.0: preferredFramesPerSecond
        link.frameInterval = 1
             ^
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/DKImageDataManager/DKImageDataManager.swift:153:43: warning: 'requestImageData(for:options:resultHandler:)' was deprecated in iOS 13
        let imageRequestID = self.manager.requestImageData(
                                          ^
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/Extensions/DKImageExtensionGallery.swift:35:38: warning: 'keyWindow' was 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
                UIApplication.shared.keyWindow!.rootViewController!.present(photoGallery: gallery)
                                     ^
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift:260:45: warning: 'keyWindow' was 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
            targetVC = UIApplication.shared.keyWindow!.rootViewController!
                                            ^
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/DKImagePickerController.swift:276:34: warning: 'keyWindow' was 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
            UIApplication.shared.keyWindow!.rootViewController!.dismiss(animated: true,
                                 ^
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/DKPopoverViewController.swift:30:43: warning: 'keyWindow' was 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
        let window = UIApplication.shared.keyWindow!
                                          ^
/Users/builder/clone/ios/Pods/DKImagePickerController/Sources/DKImagePickerController/DKPopoverViewController.swift:43:43: warning: 'keyWindow' was 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
        let window = UIApplication.shared.keyWindow!
                                          ^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.11.2/ios/Classes/FLTFirebaseAuthPlugin.m:101:72: warning: sending 'FLTFirebaseAuthPlugin *__strong' to parameter of incompatible type 'id<FLTFirebasePlugin> _Nonnull'
    [[FLTFirebasePluginRegistry sharedInstance] registerFirebasePlugin:self];
                                                                       ^~~~
In module 'firebase_core' imported from /Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.11.2/ios/Classes/FLTFirebaseAuthPlugin.m:7:
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/firebase_core-1.24.0/ios/Classes/FLTFirebasePluginRegistry.h:23:64: note: passing argument to parameter 'firebasePlugin' here
- (void)registerFirebasePlugin:(id<FLTFirebasePlugin> _Nonnull)firebasePlugin;
                                                               ^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.11.2/ios/Classes/FLTFirebaseAuthPlugin.m:518:11: warning: unused variable 'errorCode' [-Wunused-variable]
      int errorCode = SecRandomCopyBytes(kSecRandomDefault, 1, &random);
          ^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/firebase_auth-3.11.2/ios/Classes/FLTFirebaseAuthPlugin.m:1893:45: 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]
  return [[UIApplication sharedApplication] keyWindow];
                                            ^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/firebase_auth/firebase_auth-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: property 'keyWindow' is declared 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));
                                                  ^
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:135:51: note: 'keyWindow' has been explicitly marked deprecated here
3 warnings generated.
1 warning generated.
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/ios/Classes/FileUtils.m:133:30: warning: unused variable 'exportError' [-Wunused-variable]
                    NSError *exportError = exporter.error;
                             ^
1 warning generated.
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/ios/Classes/FilePickerPlugin.m:252:106: warning: 'UIActivityIndicatorViewStyleWhite' is deprecated: first deprecated in iOS 13.0 [-Wdeprecated-declarations]
    UIActivityIndicatorView* indicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite];
                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                                      UIActivityIndicatorViewStyleMedium
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/file_picker/file_picker-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIActivityIndicatorView.h:19:5: note: 'UIActivityIndicatorViewStyleWhite' has been explicitly marked deprecated here
    UIActivityIndicatorViewStyleWhite API_DEPRECATED_WITH_REPLACEMENT("UIActivityIndicatorViewStyleMedium", ios(2.0, 13.0), tvos(9.0, 13.0)) = 1,
    ^
/Users/builder/programs/flutter_3_3_4/.pub-cache/hosted/pub.dartlang.org/file_picker-4.6.1/ios/Classes/FilePickerPlugin.m:357:1: warning: implementing deprecated method [-Wdeprecated-implementations]
- (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url{
^
In module 'UIKit' imported from /Users/builder/clone/ios/Pods/Target Support Files/file_picker/file_picker-prefix.pch:2:
/Applications/Xcode-13.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDocumentPickerViewController.h:27:1: note: method 'documentPicker:didPickDocumentAtURL:' declared here
- (void)documentPicker:(UIDocumentPickerViewController *)controller didPickDocumentAtURL:(NSURL *)url API_DEPRECATED_WITH_REPLACEMENT("documentPicker:didPickDocumentsAtURLs:", ios(8.0, 11.0));
^
2 warnings generated.
lib/flutter_flow/flutter_flow_widgets.dart:105:16: Error: The getter 'RaisedButton' isn't defined for the class '_FFButtonWidgetState'.
 - '_FFButtonWidgetState' is from 'package:fyt_feed/flutter_flow/flutter_flow_widgets.dart' ('lib/flutter_flow/flutter_flow_widgets.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'RaisedButton'.
        child: RaisedButton.icon(
               ^^^^^^^^^^^^
lib/flutter_flow/flutter_flow_widgets.dart:137:14: Error: The method 'RaisedButton' isn't defined for the class '_FFButtonWidgetState'.
 - '_FFButtonWidgetState' is from 'package:fyt_feed/flutter_flow/flutter_flow_widgets.dart' ('lib/flutter_flow/flutter_flow_widgets.dart').
Try correcting the name to the name of an existing method, or defining a method named 'RaisedButton'.
      child: RaisedButton(
             ^^^^^^^^^^^^
Failed to package /Users/builder/clone.
Command PhaseScriptExecution failed with a nonzero exit code
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order

Result bundle written to path:
    /var/folders/m7/h1mg7c7x40ddjz6mxjxm3htr0000gn/T/flutter_tools.l0Vm6O/flutter_ios_build_temp_dirUuG9v9/temporary_xcresult_bundle

Encountered error while archiving for device.

Build failed :| Step 8 script Flutter build ipa and automatic versioning exited with status code 1 **`

bulgariamitko commented 1 year ago

This issue tracker is intended for general bugs that are applicable to all users. Because this error appears to be specific to your project and the steps are not reproducible, this is classified as a support request and will be closed. Please use chat support or contact support [at] flutterflow.io for further assistance. If you do find a specific reason for the issues you are encountering in your project, please don’t hesitate to open a new bug report with the relevant steps to reproduce. Thank you for your contribution!

DennisAshford commented 1 year ago

This issue tracker is intended for general bugs that are applicable to all users. Because this error appears to be specific to your project and the steps are not reproducible, this is classified as a support request and will be closed. Please use chat support or contact support [at] flutterflow.io for further assistance. If you do find a specific reason for the issues you are encountering in your project, please don’t hesitate to open a new bug report with the relevant steps to reproduce. Thank you for your contribution!

This error isn't specific to me. Another user already posted on the forum and this appears to be an error with versioning using the Codemagic deployment. I have changed the version in my pubspec.yaml file, but this error is preventing it from going to the stores.

bulgariamitko commented 1 year ago

I strongly recommend you to contact the support team so they can help you with your issue.