Xcode 16 iOS 18 Kompilierungsfehler mit Flutter integriert nach der Aktualisierung von Xcode 15.4 bis Xcode 16IOS

Programmierung für iOS
Anonymous
 Xcode 16 iOS 18 Kompilierungsfehler mit Flutter integriert nach der Aktualisierung von Xcode 15.4 bis Xcode 16

Post by Anonymous »

Xcode Build erledigt. 18,5S
Erstellen Sie die IOS -App
Fehlerausgabe aus Xcode Build:

** fehlgeschlagen ** < /p>
Xcode -Ausgabe:

Writing Ergebnis -Bündel bei Pfad:
Schreibbündel bei Pfad:
/>/var/folders/4r/xqdvxv8555Yyn08dgf320fwsqc0000gn/t/flutter_tools.wnetib/flutter_ios_build_temp_dirajfzvo/temporary_xcresult_bundleell/>/* 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; c o n s i d e r < b r / > r e p l a c i n g w i t h ' _ ' o r r e m o v i n g i t < b r / > f o r j i n i p v 6 . c o u n t . . . 8 { < b r / > ^ < b r / > _ < b r / > / A p p l i c a t i o n s / X c o d e . a p p / C o n t e n t s / D e v e l o p e r / T o o l c h a i n s / X c o d e D e f a u l t . x c t o o l c h a i n / u s r / b i n / c l a n g - c c 1 - W u n d e f - p r e f i x \ = T A R G E T _ O S _ < b r / > - f d i a g n o s t i c s - s h o w - n o t e - i n c l u d e - s t a c k - f m a c r o - b a c k t r a c e - l i m i t \ = 0 - f e r r o r - l i m i t 1 9 - s e r i a l i z e - d i a g n o s t i c - f i l e < b r / > / U s e r s / c h r o m o s i s / L i b r a r y / D e v e l o p e r / X c o d e / D e r i v e d D a t a / R u n n e r - f q n r g p x u j r w a q n g q x m d i b t a p p x b u / B u i l d / I n t e r m e d i a t e s . n o i n d e x / P o d s . b u i l d / R e l e a s e - i p h o n e o s / w a k e l o c k . b u i < b r / > l d / O b j e c t s - n o r m a l / a r m 6 4 / m e s s a g e s . d i a - W d e p r e c a t e d - o b j c - i s a - u s a g e - W e r r o r \ = d e p r e c a t e d - o b j c - i s a - u s a g e - W e r r o r \ = i m p l i c i t - f u n c t i o n - d e c l a r a t i o n < b r / > - W n o n - m o d u l a r - i n c l u d e - i n - f r a m e w o r k - m o d u l e - W e r r o r \ = n o n - m o d u l a r - i n c l u d e - i n - f r a m e w o r k - m o d u l e - W n o - t r i g r a p h s - W n o - m i s s i n g - f i e l d - i n i t i a l i z e r s < b r / > - W n o - m i s s i n g - p r o t o t y p e s - W e r r o r \ = r e t u r n - t y p e - W d o c u m e n t a t i o n - W u n r e a c h a b l e - c o d e - W n o - i m p l i c i t - a t o m i c - p r o p e r t i e s - W e r r o r \ = d e p r e c a t e d - o b j c - i s a - u s a g e < b r / > - W n o - o b j c - i n t e r f a c e - i v a r s - W e r r o r \ = o b j c - r o o t - c l a s s - W n o - a r c - r e p e a t e d - u s e - o f - w e a k - W i m p l i c i t - r e t a i n - s e l f - W d u p l i c a t e - m e t h o d - m a t c h - W n o - m i s s i n g - b r a c e s < b r / > - W p a r e n t h e s e s - W s w i t c h - W u n u s e d - f u n c t i o n - W n o - u n u s e d - l a b e l - W n o - u n u s e d - p a r a m e t e r - W u n u s e d - v a r i a b l e - W u n u s e d - v a l u e - W e m p t y - b o d y - W u n i n i t i a l i z e d < b r / > - W c o n d i t i o n a l - u n i n i t i a l i z e d - W n o - u n k n o w n - p r a g m a s - W n o - s h a d o w - W n o - f o u r - c h a r - c o n s t a n t s - W n o - c o n v e r s i o n - W c o n s t a n t - c o n v e r s i o n - W i n t - c o n v e r s i o n < b r / > - W b o o l - c o n v e r s i o n - W e n u m - c o n v e r s i o n - W n o - f l o a t - c o n v e r s i o n - W n o n - l i t e r a l - n u l l - c o n v e r s i o n - W o b j c - l i t e r a l - c o n v e r s i o n - W s h o r t e n - 6 4 - t o - 3 2 - W p o i n t e r - s i g n < b r / > - W n o - n e w l i n e - e o f - W n o - s e l e c t o r - W n o - s t r i c t - s e l e c t o r - m a t c h - W u n d e c l a r e d - s e l e c t o r - W d e p r e c a t e d - i m p l e m e n t a t i o n s - W n o - i m p l i c i t - f a l l t h r o u g h - W p r o t o c o l < b r / > - W d e p r e c a t e d - d e c l a r a t i o n s - W n o - s i g n - c o n v e r s i o n - W i n f i n i t e - r e c u r s i o n - W c o m m a - W b l o c k - c a p t u r e - a u t o r e l e a s i n g - W s t r i c t - p r o t o t y p e s < b r / > - W n o - s e m i c o l o n - b e f o r e - m e t h o d - b o d y - W u n g u a r d e d - a v a i l a b i l i t y - W n o - r e o r d e r - i n i t - l i s t - W n o - i m p l i c i t - i n t - f l o a t - c o n v e r s i o n - W n o - c 9 9 - d e s i g n a t o r < b r / > - W n o - f i n a l - d t o r - n o n - f i n a l - c l a s s - W n o - e x t r a - s e m i - s t m t - W n o - m i s l e a d i n g - i n d e n t a t i o n - W n o - q u o t e d - i n c l u d e - i n - f r a m e w o r k - h e a d e r - W n o - i m p l i c i t - f a l l t h r o u g h < b r / > - W n o - e n u m - e n u m - c o n v e r s i o n - W n o - e n u m - f l o a t - c o n v e r s i o n - W n o - e l a b o r a t e d - e n u m - b a s e - W n o - r e s e r v e d - i d e n t i f i e r - W n o - g n u - f o l d i n g - c o n s t a n t < b r / > - f m o d u l e - m a p - f i l e \ = / U s e r s / c h r o m o s i s / D o c u m e n t s / F l u t t e r \ < b r / > P r o j e c t s / m o n e y w e l l t h - f l u t t e r / b u i l d / i o s / R e l e a s e - i p h o n e o s / w a k e l o c k / w a k e l o c k . f r a m e w o r k / M o d u l e s / m o d u l e . m o d u l e m a p < b r / > - f m o d u l e - m a p - f i l e \ = / A p p l i c a t i o n s / X c o d e . a p p / C o n t e n t s / D e v e l o p e r / P l a t f o r m s / i P h o n e O S . p l a t f o r m / D e v e l o p e r / S D K s / i P h o n e O S . s d k / S y s t e m / L i b r a r y / F r a m e w o r k s / U I K i t . f r a m e w o < b r / > r k / M o d u l e s / m o d u l e . m o d u l e m a p < b r / > - f m o d u l e - m a p - f i l e \ = / A p p l i c a t i o n s / X c o d e . a p p / C o n t e n t s / D e v e l o p e r / P l a t f o r m s / i P h o n e O S . p l a t f o r m / D e v e l o p e r / S D K s / i P h o n e O S . s d k / S y s t e m / L i b r a r y / F r a m e w o r k s / F o u n d a t i o n . f r < b r / > a m e w o r k / M o d u l e s / m o d u l e . m o d u l e m a p < b r / > - f m o d u l e - m a p - f i l e \ = / U s e r s / c h r o m o s i s / D o c u m e n t s / F l u t t e r _ S D K / f l u t t e r _ 3 . 1 3 . 3 / b i n / c a c h e / a r t i f a c t s / e n g i n e / i o s - r e l e a s e / F l u t t e r . x c f r a m e w o r k / i o s - a r m 6 4 / F l u t t e r . f r a m e w o < b r / > r k / M o d u l e s / m o d u l e . m o d u l e m a p - o < b r / > / U s e r s / c h r o m o s i s / L i b r a r y / D e v e l o p e r / X c o d e / D e r i v e d D a t a / R u n n e r - f q n r g p x u j r w a q n g q x m d i b t a p p x b u / B u i l d / I n t e r m e d i a t e s . n o i n d e x / P o d s . b u i l d / R e l e a s e - i p h o n e o s / w a k e l o c k . b u i < b r / > l d / O b j e c t s - n o r m a l / a r m 6 4 / m e s s a g e s . o - d i s a b l e - f r e e - e m i t - o b j - x o b j e c t i v e - c / U s e r s / c h r o m o s i s / . p u b - c a c h e / h o s t e d / p u b . d e v / w a k e l o c k - 0 . 6 . 2 / i o s / C l a s s e s / m e s s a g e s . m < b r / > - t a r g e t - a b i d a r w i n p c s - t a r g e t - c p u a p p l e - a 7 - t a r g e t - f e a t u r e + v 8 a - t a r g e t - f e a t u r e + a e s - t a r g e t - f e a t u r e + f p - a r m v 8 - t a r g e t - f e a t u r e + s h a 2 - t a r g e t - f e a t u r e + n e o n < b r / > - t a r g e t - f e a t u r e + z c m - t a r g e t - f e a t u r e + z c z - t r i p l e a r m 6 4 - a p p l e - i o s 1 4 . 1 . 0 - t a r g e t - l i n k e r - v e r s i o n 1 1 1 5 . 7 . 3 - t a r g e t - s d k - v e r s i o n \ = 1 8 . 2 < b r / > - f m o d u l e s - v a l i d a t e - s y s t e m - h e a d e r s - f n o - m o d u l e m a p - a l l o w - s u b d i r e c t o r y - s e a r c h - i s y s r o o t < b r / > / A p p l i c a t i o n s / X c o d e . a p p / C o n t e n t s / D e v e l o p e r / P l a t f o r m s / i P h o n e O S . p l a t f o r m / D e v e l o p e r / S D K s / i P h o n e O S 1 8 . 2 . s d k - r e s o u r c e - d i r < b r / > / A p p l i c a t i o n s / X c o d e . a p p / C o n t e n t s / D e v e l o p e r / T o o l c h a i n s / X c o d e D e f a u l t . x c t o o l c h a i n / u s r / l i b / c l a n g / 1 6 - f m o d u l e - f o r m a t \ = o b j < b r / > - f m o d u l e - f i l e \ = F l u t t e r \ = / U s e r s / c h r o m o s i s / L i b r a r y / D e v e l o p e r / X c o d e / D e r i v e d D a t a / R u n n e r - f q n r g p x u j r w a q n g q x m d i b t a p p x b u / B u i l d / I n t e r m e d i a t e s . n o i n d e x / E x p l i c i t P r e c o m p i < b r / > l e d M o d u l e s / F l u t t e r - 7 W I L Y G D Y Z Y J 5 R I L U 2 V 1 6 E N U V F . p c m < b r / > - f m o d u l e - f i l e \ = F o u n d a t i o n \ = / U s e r s / c h r o m o s i s / L i b r a r y / D e v e l o p e r / X c o d e / D e r i v e d D a t a / R u n n e r - f q n r g p x u j r w a q n g q x m d i b t a p p x b u / B u i l d / I n t e r m e d i a t e s . n o i n d e x / E x p l i c i t P r e c o < b r / > m p i l e d M o d u l e s / F o u n d a t i o n - A I D 0 Y A P Y E L A 9 8 7 Z L Y X B 1 9 D U 9 M . p c m < b r / > - f m o d u l e - f i l e \ = U I K i t \ = / U s e r s / c h r o m o s i s / L i b r a r y / D e v e l o p e r / X c o d e / D e r i v e d D a t a / R u n n e r - f q n r g p x u j r w a q n g q x m d i b t a p p x b u / B u i l d / 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 *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
< /code>
Auf Fehler beim Erstellen von Geräten gestoßen. < /p>
Hat jemand den Fehler wie diesen? Es gibt Fehler für alle Pacakges, die ich denke.>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post