Xcode 16 iOS 18 compilation error with flutter built-in after updating xcode 15.4 to xcode 16

Xcode 16 iOS 18 compilation error with flutter built-in after updating xcode 15.4 to xcode 16


Xcode construct finished. 18.5s
Did not construct iOS app
Error output from Xcode construct:

** BUILD FAILED **

Xcode’s output:

Writing outcome bundle at path:
/var/folders/4r/xqdvxv855yn08dgf320fwsqc0000gn/T/flutter_tools.WNeTiB/flutter_ios_build_temp_dirAJFzvo/temporary_xcresult_bundle

/* com.apple.ibtool.doc.warnings */
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Storyboards/WebView.storyboard:international: warning: This file is about to construct for a
model older than the deployment goal. Performance could also be restricted. [9]
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/HeadlessInAppWebView/HeadlessInAppWebView.swift:62:53: warning: 'keyWindow'
was deprecated in iOS 13.0: Shouldn't be used for functions that assist a number of scenes because it returns a key window throughout all linked scenes
            if let keyWindow = UIApplication.shared.keyWindow {
                                                    ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppBrowser/InAppBrowserManager.swift:55:59: warning: 'statusBarStyle' was
deprecated in iOS 13.0: Use the statusBarManager property of the window scene as a substitute.
            previousStatusBarStyle = UIApplication.shared.statusBarStyle.rawValue
                                                          ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppBrowser/InAppBrowserManager.swift:113:52: warning: 'keyWindow' was
deprecated in iOS 13.0: Shouldn't be used for functions that assist a number of scenes because it returns a key window throughout all linked scenes
        let baseWindowLevel = UIApplication.shared.keyWindow?.windowLevel
                                                   ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppBrowser/InAppBrowserWebViewController.swift:557:34: warning:
'statusBarStyle' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene as a substitute.
            UIApplication.shared.statusBarStyle = UIStatusBarStyle(rawValue: previousStatusBarStyle)!
                                 ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: error: technique doesn't override
any technique from its superclass
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: potential overridden occasion technique 'evaluateJavaScript(_:completionHandler:)' right here
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:10:1: warning: add '@preconcurrency' to
suppress 'Sendable'-related warnings from module 'WebKit'
import WebKit
^
@preconcurrency 
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:420:39: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
            configuration.preferences.javaScriptEnabled = choices.javaScriptEnabled
                                      ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:560:42: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
            if configuration.preferences.javaScriptEnabled {
                                         ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:877:21: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
                    evaluateJavaScript(NOT_ENABLE_VIEWPORT_SCALE_JS_SOURCE)
                    ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:880:17: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
                evaluateJavaScript(ENABLE_VIEWPORT_SCALE_JS_SOURCE)
                ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:889:21: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
                    evaluateJavaScript(SUPPORT_ZOOM_JS_SOURCE)
                    ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:892:17: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
                evaluateJavaScript(NOT_SUPPORT_ZOOM_JS_SOURCE)
                ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1058:39: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
            configuration.preferences.javaScriptEnabled = newOptions.javaScriptEnabled
                                      ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1122:26: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
                    self.evaluateJavaScript(enableSource, completionHandler: nil)
                         ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1590:9: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
        evaluateJavaScript(PLATFORM_READY_JS_SOURCE, completionHandler: nil)
        ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:2480:22: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
                self.evaluateJavaScript("""
                     ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:2695:18: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
            self.evaluateJavaScript(script, completionHandler: nil)
                 ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:1226:26: be aware: discovered this candidate 
    public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
                         ^
WebKit.WKWebView:46:15: be aware: discovered this candidate in module 'WebKit'
    open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:2748:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
        if configuration.preferences.javaScriptEnabled {
                                     ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:2756:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
        if configuration.preferences.javaScriptEnabled, let lastTouchLocation = lastTouchPoint {
                                     ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:2774:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
        if configuration.preferences.javaScriptEnabled {
                                     ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebView.swift:2788:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
        if configuration.preferences.javaScriptEnabled {
                                     ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/InAppWebView/InAppWebViewOptions.swift:129:74: warning: 'javaScriptEnabled'
was deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content material JavaScript on a per-navigation foundation
            realOptions["javaScriptEnabled"] = configuration.preferences.javaScriptEnabled
                                                                         ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Sorts/URLCredential.swift:14:25: warning: evaluating non-optional worth of
sort '[Any]' to 'nil' all the time returns true
        if certificates != nil {
           ~~~~~~~~~~~~ ^  ~~~
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Sorts/URLProtectionSpace.swift:18:38: warning: 'SecTrustEvaluate' was
deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
        let secTrustEvaluateStatus = SecTrustEvaluate(serverTrust, &secResult);
                                     ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Sorts/URLProtectionSpace.swift:18:38: be aware: use
'SecTrustEvaluateWithError(_:_:)' as a substitute
        let secTrustEvaluateStatus = SecTrustEvaluate(serverTrust, &secResult);
                                     ^~~~~~~~~~~~~~~~
                                     SecTrustEvaluateWithError
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Sorts/URLProtectionSpace.swift:40:9: warning: 'SecTrustEvaluate' was
deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
        SecTrustEvaluate(serverTrust, &secResult);
        ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Sorts/URLProtectionSpace.swift:40:9: be aware: use
'SecTrustEvaluateWithError(_:_:)' as a substitute
        SecTrustEvaluate(serverTrust, &secResult);
        ^~~~~~~~~~~~~~~~
        SecTrustEvaluateWithError
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Util.swift:86:25: warning: 'spotlightSuggestion' was deprecated in iOS
10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
                return .spotlightSuggestion
                        ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Util.swift:86:25: be aware: use 'WKDataDetectorTypes.lookupSuggestion' as a substitute
                return .spotlightSuggestion
                        ^~~~~~~~~~~~~~~~~~~
                        WKDataDetectorTypes.lookupSuggestion
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Util.swift:121:31: warning: 'spotlightSuggestion' was deprecated in iOS
10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
            if sort.accommodates(.spotlightSuggestion) {
                              ^
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Util.swift:121:31: be aware: use 'WKDataDetectorTypes.lookupSuggestion' as a substitute
            if sort.accommodates(.spotlightSuggestion) {
                              ^~~~~~~~~~~~~~~~~~~
                              WKDataDetectorTypes.lookupSuggestion
/Customers/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Courses/Util.swift:216:21: warning: immutable worth 'j' was by no means used; take into account
changing with '_' or eradicating it
                for j in ipv6.rely...8 {
                    ^
                    _
/Functions/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix=TARGET_OS_
-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -ferror-limit 19 -serialize-diagnostic-file
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.dia -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers
-Wno-missing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage
-Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces
-Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized
-Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion
-Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign
-Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-implicit-fallthrough -Wprotocol
-Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes
-Wno-semicolon-before-method-body -Wunguarded-availability -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator
-Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough
-Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant
-fmodule-map-file=/Customers/chromosis/Paperwork/Flutter
Tasks/moneywellth-flutter/construct/ios/Launch-iphoneos/wakelock/wakelock.framework/Modules/module.modulemap
-fmodule-map-file=/Functions/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framewo
rk/Modules/module.modulemap
-fmodule-map-file=/Functions/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Basis.fr
amework/Modules/module.modulemap
-fmodule-map-file=/Customers/chromosis/Paperwork/Flutter_SDK/flutter_3.13.3/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framewo
rk/Modules/module.modulemap -o
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.o -disable-free -emit-obj -x objective-c /Customers/chromosis/.pub-cache/hosted/pub.dev/wakelock-0.6.2/ios/Courses/messages.m
-target-abi darwinpcs -target-cpu apple-a7 -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +sha2 -target-feature +neon
-target-feature +zcm -target-feature +zcz -triple arm64-apple-ios14.1.0 -target-linker-version 1115.7.3 -target-sdk-version=18.2
-fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot
/Functions/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -resource-dir
/Functions/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format=obj
-fmodule-file=Flutter=/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/ExplicitPrecompi
ledModules/Flutter-7WILYGDYZYJ5RILU2V16ENUVF.pcm
-fmodule-file=Basis=/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/ExplicitPreco
mpiledModules/Basis-AID0YAPYELA987ZLYXB19DU9M.pcm
-fmodule-file=UIKit=/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/ExplicitPrecompile
dModules/UIKit-5X5QNUS8XI1H4E5OA1CWI4DPT.pcm -I
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/wakelock-own-target-headers.hmap -I
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/wakelock-all-non-framework-target-headers.hmap -I /Customers/chromosis/Paperwork/Flutter
Tasks/moneywellth-flutter/construct/ios/Launch-iphoneos/wakelock/embrace -I
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/DerivedSources-normal/arm64 -I
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/DerivedSources/arm64 -I
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/DerivedSources -F /Customers/chromosis/Paperwork/Flutter Tasks/moneywellth-flutter/construct/ios/Launch-iphoneos/wakelock -F
/Customers/chromosis/Paperwork/Flutter_SDK/flutter_3.13.3/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64 -iquote
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/wakelock-generated-files.hmap -iquote
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/wakelock-project-headers.hmap -isystem
/Functions/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/native/embrace -isystem
/Functions/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/embrace -internal-externc-isystem
/Functions/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/embrace -internal-externc-isystem
/Functions/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/embrace -ivfsstatcache
/Customers/chromosis/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -ivfsoverlay
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/Pods-8699adb
1dd336b26511df848a716bd42-VFS-iphoneos/all-product-headers.yaml -std=gnu11 -fexceptions -fmodules -fmodule-name=wakelock -fno-implicit-modules
-fobjc-exceptions -fmax-type-align=16 -fpascal-strings -fstack-check -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link
-fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fobjc-runtime=ios-14.1.0 -fobjc-arc -fobjc-runtime-has-weak
-fobjc-weak -fgnuc-version=4.2.1 -fblocks -ffp-contract=on -fclang-abi-compat=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible
-clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature=+enableAggressiveVLAFolding
-clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr
-clang-vendor-feature=+disableAtImportPrivateFrameworkInImplementationError -O2 -fdebug-compilation-dir=/Customers/chromosis/Paperwork/Flutter
Tasks/moneywellth-flutter/ios/Pods -fcoverage-compilation-dir=/Customers/chromosis/Paperwork/Flutter Tasks/moneywellth-flutter/ios/Pods
-fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version=4 -debugger-tuning=lldb -disable-llvm-verifier
-dwarf-ext-refs -mframe-pointer=non-leaf -funwind-tables=1 -vectorize-loops -vectorize-slp -clear-ast-before-backend -discard-value-names -main-file-name
messages.m -finline-functions -debug-info-kind=standalone -Os -fdiagnostics-hotness-threshold=0 -fdiagnostics-misexpect-tolerance=0 -D COCOAPODS=1 -D
NS_BLOCK_ASSERTIONS=1 -D OBJC_OLD_DISPATCH_PROTOTYPES=0 -D POD_CONFIGURATION_RELEASE=1 -D __GCC_HAVE_DWARF2_CFI_ASM=1 -include
/Customers/chromosis/Paperwork/Flutter Tasks/moneywellth-flutter/ios/Pods/Goal Help Recordsdata/wakelock/wakelock-prefix.pch -MT dependencies
-dependency-file
/Customers/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Construct/Intermediates.noindex/Pods.construct/Launch-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.d -skip-unused-modulemap-deps
/Customers/chromosis/.pub-cache/hosted/pub.dev/wakelock-0.6.2/ios/Courses/messages.m:111:54: warning: a perform declaration with out a prototype is deprecated in
all variations of C [-Wstrict-prototypes]
  111 | NSObject *FLTWakelockApiGetCodec() {
      |                                                      ^
      |                                                       void
1 warning generated.
be aware: Disabling previews as a result of SWIFT_VERSION is about and SWIFT_OPTIMIZATION_LEVEL=-O, anticipated -Onone (in goal 'app_settings' from mission 'Pods')
be aware: Disabling previews as a result of SWIFT_VERSION is about and SWIFT_OPTIMIZATION_LEVEL=-O, anticipated -Onone (in goal 'path_provider_foundation' from mission
'Pods')
be aware: Disabling previews as a result of SWIFT_VERSION is about and

Encountered error whereas constructing for gadget.

Anyone received the error like this? It is giving errors for all of the pacakges i feel.
when

xcode construct is finished,however
Did not construct iOS app it says

Leave a Reply

Your email address will not be published. Required fields are marked *