Xcode build done. 18.5s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED **
Xcode's output: ↳ Writing result bundle at path: /var/folders/4r/xqdvxv855yn08dgf320fwsqc0000gn/T/flutter_tools.WNeTiB/flutter_ios_build_temp_dirAJFzvo/temporary_xcresult_bundle
/* com.apple.ibtool.document.warnings */
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Storyboards/WebView.storyboard:global: warning: This file is set to build for a
version older than the deployment target. Functionality may be limited. [9]
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/HeadlessInAppWebView/HeadlessInAppWebView.swift:62:53: 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
if let keyWindow = UIApplication.shared.keyWindow {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppBrowser/InAppBrowserManager.swift:55:59: warning: 'statusBarStyle' was
deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
previousStatusBarStyle = UIApplication.shared.statusBarStyle.rawValue
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppBrowser/InAppBrowserManager.swift:113:52: 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 baseWindowLevel = UIApplication.shared.keyWindow?.windowLevel
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppBrowser/InAppBrowserWebViewController.swift:557:34: warning:
'statusBarStyle' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
UIApplication.shared.statusBarStyle = UIStatusBarStyle(rawValue: previousStatusBarStyle)!
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: error: method does not override
any method from its superclass
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: potential overridden instance method 'evaluateJavaScript(_:completionHandler:)' here
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:10:1: warning: add '@preconcurrency' to
suppress 'Sendable'-related warnings from module 'WebKit'
import WebKit
^
@preconcurrency
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:420:39: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
configuration.preferences.javaScriptEnabled = options.javaScriptEnabled
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:560:42: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:877:21: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(NOT_ENABLE_VIEWPORT_SCALE_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:880:17: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(ENABLE_VIEWPORT_SCALE_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:889:21: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(SUPPORT_ZOOM_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:892:17: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(NOT_SUPPORT_ZOOM_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1058:39: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
configuration.preferences.javaScriptEnabled = newOptions.javaScriptEnabled
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1122:26: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
self.evaluateJavaScript(enableSource, completionHandler: nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1590:9: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(PLATFORM_READY_JS_SOURCE, completionHandler: nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2480:22: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
self.evaluateJavaScript("""
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2695:18: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
self.evaluateJavaScript(script, completionHandler: nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2748:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2756:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled, let lastTouchLocation = lastTouchPoint {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2774:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2788:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebViewOptions.swift:129:74: warning: 'javaScriptEnabled'
was deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
realOptions["javaScriptEnabled"] = configuration.preferences.javaScriptEnabled
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLCredential.swift:14:25: warning: comparing non-optional value of
type '[Any]' to 'nil' always returns true
if certificates != nil {
~~~~~~~~~~~~ ^ ~~~
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:18:38: warning: 'SecTrustEvaluate' was
deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
let secTrustEvaluateStatus = SecTrustEvaluate(serverTrust, &secResult);
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:18:38: note: use
'SecTrustEvaluateWithError(_:_:)' instead
let secTrustEvaluateStatus = SecTrustEvaluate(serverTrust, &secResult);
^~~~~~~~~~~~~~~~
SecTrustEvaluateWithError
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:40:9: warning: 'SecTrustEvaluate' was
deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
SecTrustEvaluate(serverTrust, &secResult);
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:40:9: note: use
'SecTrustEvaluateWithError(_:_:)' instead
SecTrustEvaluate(serverTrust, &secResult);
^~~~~~~~~~~~~~~~
SecTrustEvaluateWithError
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:86:25: warning: 'spotlightSuggestion' was deprecated in iOS
10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
return .spotlightSuggestion
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:86:25: note: use 'WKDataDetectorTypes.lookupSuggestion' instead
return .spotlightSuggestion
^~~~~~~~~~~~~~~~~~~
WKDataDetectorTypes.lookupSuggestion
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:121:31: warning: 'spotlightSuggestion' was deprecated in iOS
10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
if type.contains(.spotlightSuggestion) {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:121:31: note: use 'WKDataDetectorTypes.lookupSuggestion' instead
if type.contains(.spotlightSuggestion) {
^~~~~~~~~~~~~~~~~~~
WKDataDetectorTypes.lookupSuggestion
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:216:21: warning: immutable value 'j' was never used; consider
replacing with '_' or removing it
for j in ipv6.count...8 {
^
_
/Applications/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
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-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\=/Users/chromosis/Documents/Flutter\
Projects/moneywellth-flutter/build/ios/Release-iphoneos/wakelock/wakelock.framework/Modules/module.modulemap
-fmodule-map-file\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framewo
rk/Modules/module.modulemap
-fmodule-map-file\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.fr
amework/Modules/module.modulemap
-fmodule-map-file\=/Users/chromosis/Documents/Flutter_SDK/flutter_3.13.3/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framewo
rk/Modules/module.modulemap -o
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.o -disable-free -emit-obj -x objective-c /Users/chromosis/.pub-cache/hosted/pub.dev/wakelock-0.6.2/ios/Classes/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
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -resource-dir
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj
-fmodule-file\=Flutter\=/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/ExplicitPrecompi
ledModules/Flutter-7WILYGDYZYJ5RILU2V16ENUVF.pcm
-fmodule-file\=Foundation\=/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/ExplicitPreco
mpiledModules/Foundation-AID0YAPYELA987ZLYXB19DU9M.pcm
-fmodule-file\=UIKit\=/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/ExplicitPrecompile
dModules/UIKit-5X5QNUS8XI1H4E5OA1CWI4DPT.pcm -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-own-target-headers.hmap -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-all-non-framework-target-headers.hmap -I /Users/chromosis/Documents/Flutter\
Projects/moneywellth-flutter/build/ios/Release-iphoneos/wakelock/include -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/DerivedSources-normal/arm64 -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/DerivedSources/arm64 -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/DerivedSources -F /Users/chromosis/Documents/Flutter\ Projects/moneywellth-flutter/build/ios/Release-iphoneos/wakelock -F
/Users/chromosis/Documents/Flutter_SDK/flutter_3.13.3/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64 -iquote
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-generated-files.hmap -iquote
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-project-headers.hmap -isystem
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include -isystem
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include -internal-externc-isystem
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache
/Users/chromosis/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -ivfsoverlay
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-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\=/Users/chromosis/Documents/Flutter\
Projects/moneywellth-flutter/ios/Pods -fcoverage-compilation-dir\=/Users/chromosis/Documents/Flutter\ Projects/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
/Users/chromosis/Documents/Flutter\ Projects/moneywellth-flutter/ios/Pods/Target\ Support\ Files/wakelock/wakelock-prefix.pch -MT dependencies
-dependency-file
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.d -skip-unused-modulemap-deps
/Users/chromosis/.pub-cache/hosted/pub.dev/wakelock-0.6.2/ios/Classes/messages.m:111:54: warning: a function declaration without a prototype is deprecated in
all versions of C [-Wstrict-prototypes]
111 | NSObject<FlutterMessageCodec> *FLTWakelockApiGetCodec() {
| ^
| void
1 warning generated.
note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'app_settings' from project 'Pods')
note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'path_provider_foundation' from project
'Pods')
note: Disabling previews because SWIFT_VERSION is set and
Encountered error while building for device.
Anybody got the error like this? It's giving errors for all the pacakges i think. when
xcode build is done,but Failed to build iOS app it says
Xcode build done. 18.5s Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED **
Xcode's output: ↳ Writing result bundle at path: /var/folders/4r/xqdvxv855yn08dgf320fwsqc0000gn/T/flutter_tools.WNeTiB/flutter_ios_build_temp_dirAJFzvo/temporary_xcresult_bundle
/* com.apple.ibtool.document.warnings */
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Storyboards/WebView.storyboard:global: warning: This file is set to build for a
version older than the deployment target. Functionality may be limited. [9]
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/HeadlessInAppWebView/HeadlessInAppWebView.swift:62:53: 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
if let keyWindow = UIApplication.shared.keyWindow {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppBrowser/InAppBrowserManager.swift:55:59: warning: 'statusBarStyle' was
deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
previousStatusBarStyle = UIApplication.shared.statusBarStyle.rawValue
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppBrowser/InAppBrowserManager.swift:113:52: 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 baseWindowLevel = UIApplication.shared.keyWindow?.windowLevel
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppBrowser/InAppBrowserWebViewController.swift:557:34: warning:
'statusBarStyle' was deprecated in iOS 13.0: Use the statusBarManager property of the window scene instead.
UIApplication.shared.statusBarStyle = UIStatusBarStyle(rawValue: previousStatusBarStyle)!
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: error: method does not override
any method from its superclass
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: potential overridden instance method 'evaluateJavaScript(_:completionHandler:)' here
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:10:1: warning: add '@preconcurrency' to
suppress 'Sendable'-related warnings from module 'WebKit'
import WebKit
^
@preconcurrency
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:420:39: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
configuration.preferences.javaScriptEnabled = options.javaScriptEnabled
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:560:42: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:877:21: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(NOT_ENABLE_VIEWPORT_SCALE_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:880:17: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(ENABLE_VIEWPORT_SCALE_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:889:21: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(SUPPORT_ZOOM_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:892:17: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(NOT_SUPPORT_ZOOM_JS_SOURCE)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1058:39: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
configuration.preferences.javaScriptEnabled = newOptions.javaScriptEnabled
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1122:26: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
self.evaluateJavaScript(enableSource, completionHandler: nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1590:9: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
evaluateJavaScript(PLATFORM_READY_JS_SOURCE, completionHandler: nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2480:22: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
self.evaluateJavaScript("""
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2695:18: error: ambiguous use of
'evaluateJavaScript(_:completionHandler:)'
self.evaluateJavaScript(script, completionHandler: nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:1226:26: note: found this candidate
public override func evaluateJavaScript(_ javaScriptString: String, completionHandler: ((Any?, Error?) -> Void)? = nil) {
^
WebKit.WKWebView:46:15: note: found this candidate in module 'WebKit'
open func evaluateJavaScript(_ javaScriptString: String, completionHandler: (@MainActor @Sendable (Any?, (any Error)?) -> Void)? = nil)
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2748:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2756:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled, let lastTouchLocation = lastTouchPoint {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2774:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebView.swift:2788:38: warning: 'javaScriptEnabled' was
deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
if configuration.preferences.javaScriptEnabled {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/InAppWebView/InAppWebViewOptions.swift:129:74: warning: 'javaScriptEnabled'
was deprecated in iOS 14.0: Use WKWebpagePreferences.allowsContentJavaScript to disable content JavaScript on a per-navigation basis
realOptions["javaScriptEnabled"] = configuration.preferences.javaScriptEnabled
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLCredential.swift:14:25: warning: comparing non-optional value of
type '[Any]' to 'nil' always returns true
if certificates != nil {
~~~~~~~~~~~~ ^ ~~~
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:18:38: warning: 'SecTrustEvaluate' was
deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
let secTrustEvaluateStatus = SecTrustEvaluate(serverTrust, &secResult);
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:18:38: note: use
'SecTrustEvaluateWithError(_:_:)' instead
let secTrustEvaluateStatus = SecTrustEvaluate(serverTrust, &secResult);
^~~~~~~~~~~~~~~~
SecTrustEvaluateWithError
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:40:9: warning: 'SecTrustEvaluate' was
deprecated in iOS 13.0: renamed to 'SecTrustEvaluateWithError(_:_:)'
SecTrustEvaluate(serverTrust, &secResult);
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Types/URLProtectionSpace.swift:40:9: note: use
'SecTrustEvaluateWithError(_:_:)' instead
SecTrustEvaluate(serverTrust, &secResult);
^~~~~~~~~~~~~~~~
SecTrustEvaluateWithError
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:86:25: warning: 'spotlightSuggestion' was deprecated in iOS
10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
return .spotlightSuggestion
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:86:25: note: use 'WKDataDetectorTypes.lookupSuggestion' instead
return .spotlightSuggestion
^~~~~~~~~~~~~~~~~~~
WKDataDetectorTypes.lookupSuggestion
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:121:31: warning: 'spotlightSuggestion' was deprecated in iOS
10.0: renamed to 'WKDataDetectorTypes.lookupSuggestion'
if type.contains(.spotlightSuggestion) {
^
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:121:31: note: use 'WKDataDetectorTypes.lookupSuggestion' instead
if type.contains(.spotlightSuggestion) {
^~~~~~~~~~~~~~~~~~~
WKDataDetectorTypes.lookupSuggestion
/Users/chromosis/.pub-cache/hosted/pub.dev/flutter_inappwebview-5.4.0/ios/Classes/Util.swift:216:21: warning: immutable value 'j' was never used; consider
replacing with '_' or removing it
for j in ipv6.count...8 {
^
_
/Applications/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
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-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\=/Users/chromosis/Documents/Flutter\
Projects/moneywellth-flutter/build/ios/Release-iphoneos/wakelock/wakelock.framework/Modules/module.modulemap
-fmodule-map-file\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/UIKit.framewo
rk/Modules/module.modulemap
-fmodule-map-file\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.fr
amework/Modules/module.modulemap
-fmodule-map-file\=/Users/chromosis/Documents/Flutter_SDK/flutter_3.13.3/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64/Flutter.framewo
rk/Modules/module.modulemap -o
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.o -disable-free -emit-obj -x objective-c /Users/chromosis/.pub-cache/hosted/pub.dev/wakelock-0.6.2/ios/Classes/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
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk -resource-dir
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16 -fmodule-format\=obj
-fmodule-file\=Flutter\=/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/ExplicitPrecompi
ledModules/Flutter-7WILYGDYZYJ5RILU2V16ENUVF.pcm
-fmodule-file\=Foundation\=/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/ExplicitPreco
mpiledModules/Foundation-AID0YAPYELA987ZLYXB19DU9M.pcm
-fmodule-file\=UIKit\=/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/ExplicitPrecompile
dModules/UIKit-5X5QNUS8XI1H4E5OA1CWI4DPT.pcm -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-own-target-headers.hmap -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-all-non-framework-target-headers.hmap -I /Users/chromosis/Documents/Flutter\
Projects/moneywellth-flutter/build/ios/Release-iphoneos/wakelock/include -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/DerivedSources-normal/arm64 -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/DerivedSources/arm64 -I
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/DerivedSources -F /Users/chromosis/Documents/Flutter\ Projects/moneywellth-flutter/build/ios/Release-iphoneos/wakelock -F
/Users/chromosis/Documents/Flutter_SDK/flutter_3.13.3/bin/cache/artifacts/engine/ios-release/Flutter.xcframework/ios-arm64 -iquote
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-generated-files.hmap -iquote
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/wakelock-project-headers.hmap -isystem
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/local/include -isystem
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include -internal-externc-isystem
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.2.sdk/usr/include -internal-externc-isystem
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache
/Users/chromosis/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.2-22C146-d5b9239ec3bf5b3adbecdf21472871e3.sdkstatcache -ivfsoverlay
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-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\=/Users/chromosis/Documents/Flutter\
Projects/moneywellth-flutter/ios/Pods -fcoverage-compilation-dir\=/Users/chromosis/Documents/Flutter\ Projects/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
/Users/chromosis/Documents/Flutter\ Projects/moneywellth-flutter/ios/Pods/Target\ Support\ Files/wakelock/wakelock-prefix.pch -MT dependencies
-dependency-file
/Users/chromosis/Library/Developer/Xcode/DerivedData/Runner-fqnrgpxujrwaqngqxmdibtappxbu/Build/Intermediates.noindex/Pods.build/Release-iphoneos/wakelock.bui
ld/Objects-normal/arm64/messages.d -skip-unused-modulemap-deps
/Users/chromosis/.pub-cache/hosted/pub.dev/wakelock-0.6.2/ios/Classes/messages.m:111:54: warning: a function declaration without a prototype is deprecated in
all versions of C [-Wstrict-prototypes]
111 | NSObject<FlutterMessageCodec> *FLTWakelockApiGetCodec() {
| ^
| void
1 warning generated.
note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'app_settings' from project 'Pods')
note: Disabling previews because SWIFT_VERSION is set and SWIFT_OPTIMIZATION_LEVEL=-O, expected -Onone (in target 'path_provider_foundation' from project
'Pods')
note: Disabling previews because SWIFT_VERSION is set and
Encountered error while building for device.
Anybody got the error like this? It's giving errors for all the pacakges i think. when
xcode build is done,but Failed to build iOS app it says
Share Improve this question asked Mar 13 at 13:28 Psalm DavidPsalm David 111 silver badge3 bronze badges1 Answer
Reset to default 1I was able to solve the issue by referring to the documentation provided by apple.
https://developer.apple/documentation/bundleresources/adding-a-privacy-manifest-to-your-app-or-third-party-sdk