Hi guys i need help after updating SDK to 18 I have this error How to fix it #17301
Unanswered
dalerjun33
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Launching lib/main.dart on A.D in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: WDS3NKW6GG
Running pod install...
Running Xcode build...
Xcode build done. 59.7s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
Writing result bundle at path:
/var/folders/tt/1jm4bsv54db4k4cyvstpm1k80000gn/T/flutter_tools.Y9Q6zu/flutter_ios_build_temp_dirybQdi6/temporary_xcresult_bundle
Could not build the precompiled application for the device.
Error launching application on A.D.
| ^
1 warning generated.
In file included from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTFirebaseAuthPlugin.m:9:
In file included from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/FLTAuthStateChannelStreamHandler.h:17:
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: note: insert '_Nullable' if the pointer may be null
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
| _Nullable
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: note: insert '_Nonnull' if the pointer should never be null
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
| _Nonnull
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTFirebaseAuthPlugin.m:114:72: warning: sending 'FLTFirebaseAuthPlugin *__strong' to parameter of incompatible type 'id _Nonnull'
114 | [[FLTFirebasePluginRegistry sharedInstance] registerFirebasePlugin:self];
| ^~~~
In module 'firebase_core' imported from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTFirebaseAuthPlugin.m:7:
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_core-2.32.0/ios/Classes/FLTFirebasePluginRegistry.h:23:64: note: passing argument to parameter 'firebasePlugin' here
23 | - (void)registerFirebasePlugin:(id _Nonnull)firebasePlugin;
| ^
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTFirebaseAuthPlugin.m:782:45: warning: 'keyWindow' is deprecated: first deprecated in iOS 13.0 - Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes [-Wdeprecated-declarations]
782 | return [[UIApplication sharedApplication] keyWindow];
| ^
In module 'UIKit' imported from /Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Target Support Files/firebase_auth/firebase_auth-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:108:51: note: property 'keyWindow' is declared deprecated here
108 | @Property(nullable, nonatomic,readonly) UIWindow *keyWindow API_DEPRECATED("Should not be used for applications that support multiple scenes as it returns a key window across all connected scenes", ios(2.0, 13.0)) API_UNAVAILABLE(visionos, watchos);
| ^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:108:51: note: 'keyWindow' has been explicitly marked deprecated here
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTFirebaseAuthPlugin.m:1084:9: warning: 'fetchSignInMethodsForEmail:completion:' is deprecated: This method is deprecated and will be removed in a future release. This method returns an empty list when Email Enumeration Protection is enabled. [-Wdeprecated-declarations]
1084 | [auth fetchSignInMethodsForEmail:email
| ^
In module 'FirebaseAuth' imported from /Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Headers/Public/Firebase/Firebase.h:34:
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuth.h:399:5: note: 'fetchSignInMethodsForEmail:completion:' has been explicitly marked deprecated here
399 | DEPRECATED_MSG_ATTRIBUTE(
| ^
In module 'Foundation' imported from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/FLTAuthStateChannelStreamHandler.h:15:
In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'AvailabilityMacros' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/AvailabilityMacros.h:152:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
152 | #define DEPRECATED_MSG_ATTRIBUTE(s) attribute((deprecated(s)))
| ^
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTFirebaseAuthPlugin.m:1891:16: warning: 'updateEmail:completion:' is deprecated: This method is deprecated and will be removed in a future release. Use sendEmailVerification(beforeUpdatingEmail email: String) instead. [-Wdeprecated-declarations]
1891 | [currentUser updateEmail:newEmail
| ^
In module 'FirebaseAuth' imported from /Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Headers/Public/Firebase/Firebase.h:34:
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/FirebaseAuth/FirebaseAuth/Sources/Public/FirebaseAuth/FIRUser.h:165:48: note: 'updateEmail:completion:' has been explicitly marked deprecated here
165 | NS_SWIFT_NAME(updateEmail(to:completion:)) DEPRECATED_MSG_ATTRIBUTE(
| ^
In module 'Foundation' imported from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/FLTAuthStateChannelStreamHandler.h:15:
In module 'CoreFoundation' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In module 'AvailabilityMacros' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFAvailability.h:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/AvailabilityMacros.h:152:64: note: expanded from macro 'DEPRECATED_MSG_ATTRIBUTE'
152 | #define DEPRECATED_MSG_ATTRIBUTE(s) attribute((deprecated(s)))
| ^
5 warnings generated.
In file included from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTAuthStateChannelStreamHandler.m:5:
In file included from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/FLTAuthStateChannelStreamHandler.h:17:
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: note: insert '_Nullable' if the pointer may be null
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
| _Nullable
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: note: insert '_Nonnull' if the pointer should never be null
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
| _Nonnull
1 warning generated.
In file included from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/FLTIdTokenChannelStreamHandler.m:5:
In file included from /Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/FLTIdTokenChannelStreamHandler.h:15:
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: note: insert '_Nullable' if the pointer may be null
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
| _Nullable
/Users/a.d/.pub-cache/hosted/pub.dev/firebase_auth-4.20.0/ios/Classes/Private/PigeonParser.h:13:12: note: insert '_Nonnull' if the pointer should never be null
13 | + (NSArray *)getManualList:(nonnull PigeonUserDetails *)userDetails;
| ^
| Nonnull
1 warning generated.
While building module 'firebase_messaging':
In file included from :1:
In file included from /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/firebase_messaging/firebase_messaging.framework/Headers/firebase_messaging-umbrella.h:13:
/Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/firebase_messaging/firebase_messaging.framework/Headers/FLTFirebaseMessagingPlugin.h:12:9: error: include of non-modular header inside framework module 'firebase_messaging.FLTFirebaseMessagingPlugin': '/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Headers/Public/Firebase/Firebase.h' [-Werror,-Wnon-modular-include-in-framework-module]
12 | #import <Firebase/Firebase.h>
| ^
1 error generated.
Failed frontend command:
/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/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/firebase_messaging-36JRW7BM2XTWTGF1KIMO539QX.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 -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 -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/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/Flutter.framework/Modules/module.modulemap -fmodule-map-file=/Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseCore/FirebaseCore.framework/Modules/module.modulemap -fmodule-map-file=/Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseAuth/FirebaseAuth.framework/Modules/module.modulemap -fmodule-map-file=/Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseInstallations/FirebaseInstallations.framework/Modules/module.modulemap -fmodule-map-file=/Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseMessaging/FirebaseMessaging.framework/Modules/module.modulemap -fmodule-map-file=/Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/firebase_core/firebase_core.framework/Modules/module.modulemap -fmodule-map-file=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Modules/module.modulemap -fmodule-map-file=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/TargetConditionals.modulemap -fmodule-map-file=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UserNotifications.framework/Modules/module.modulemap -o /Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/firebase_messaging-36JRW7BM2XTWTGF1KIMO539QX.pcm -disable-free -emit-module -x objective-c /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/firebase_messaging/firebase_messaging.framework/Modules/module.modulemap -target-abi darwinpcs -target-cpu apple-a7 -target-feature +zcm -target-feature +zcz -target-feature +v8a -target-feature +aes -target-feature +fp-armv8 -target-feature +neon -target-feature +perfmon -target-feature +sha2 -triple arm64-apple-ios14.0.0 -target-linker-version 1167.4.1 -target-sdk-version=18.4 -fmodules-validate-system-headers -fno-modules-prune-non-affecting-module-map-files -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -fmodule-format=obj -fmodule-file=FirebaseAuth=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/FirebaseAuth-AQ7BKAJA53FMA2KWBFWGOK9U6.pcm -fmodule-file=FirebaseCore=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/FirebaseCore-BC3LSRX6CSFBUR2UVF3N0UUPX.pcm -fmodule-file=FirebaseInstallations=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/FirebaseInstallations-SL7XBMOTG1VRF6UKE57753KC.pcm -fmodule-file=FirebaseMessaging=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/FirebaseMessaging-BW7B1QGLR8LXWI7P5HPX2XDIG.pcm -fmodule-file=Flutter=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/Flutter-49AVV37MS5C9ZM7M1EMELMP54.pcm -fmodule-file=Foundation=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-CEKLOU7NX7HLPWKJQ63GAYBOY.pcm -fmodule-file=TargetConditionals=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-CF3YYWP2RPJOMOETCEXQL6RYB.pcm -fmodule-file=UIKit=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/UIKit-6GR33F93RQLE2STRQS2HXX0DL.pcm -fmodule-file=UserNotifications=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/UserNotifications-DF8R1JAI8HTA1IKDRA9FFTOUT.pcm -fmodule-file=firebase_core=/Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/firebase_core-378TWOWUJ3GSBMB02OZNJPDFQ.pcm -I /Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Headers/Public -F /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos -F /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseAuth -F /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseCore -F /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseInstallations -F /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/FirebaseMessaging -F /Users/a.d/Desktop/Vasl/test/testGreen/power/build/ios/Debug-iphoneos/firebase_core -isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include -ivfsstatcache /Users/a.d/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-a09501eccf75f892bc376f81961b27ba.sdkstatcache -std=gnu99 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name=firebase_messaging -fmodules-search-all -fno-implicit-modules -fobjc-exceptions -fmax-type-align=16 -fstack-check -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -disable-objc-default-synthesize-properties -stack-protector 1 -fobjc-runtime=ios-14.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version=4.2.1 -fblocks -ffp-contract=off -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 -O0 -fcommon -fno-sanitize-address-use-odr-indicator -fno-sanitize-memory-param-retval -fmerge-all-constants -fno-verbose-asm -fregister-global-dtors-with-atexit -fno-use-init-array -funique-basic-block-section-names -dwarf-version=4 -debugger-tuning=lldb -llvm-verify-each -dwarf-ext-refs -no-struct-path-tbaa -fexperimental-assignment-tracking=disabled -no-enable-noundef-analysis -stack-protector-buffer-size 0 -debug-info-kind=standalone -fdiagnostics-hotness-threshold=0 -fdiagnostics-misexpect-tolerance=0 -D COCOAPODS=1 -D DEBUG=1 -D OBJC_OLD_DISPATCH_PROTOTYPES=0 -D PB_ENABLE_MALLOC=1 -D PB_FIELD_32BIT=1 -D PB_NO_PACKED_STRUCTS=1 -D __GCC_HAVE_DWARF2_CFI_ASM=1 -fdefine-target-os-macros -MT moduledependenciestarget -dependency-file /Users/a.d/Library/Developer/Xcode/DerivedData/Runner-hcobmfhwyzdqncarocohzgkcxwat/Build/Intermediates.noindex/ExplicitPrecompiledModules/firebase_messaging-36JRW7BM2XTWTGF1KIMO539QX.d -skip-unused-modulemap-deps
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'permission_handler_apple-permission_handler_apple_privacy' from project 'Pods')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseCoreInternal' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'firebase_messaging-firebase_messaging_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'nanopb' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'geolocator_apple-geolocator_apple_privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'flutter_local_notifications-flutter_local_notifications_privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'RecaptchaInterop' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'PromisesObjC-FBLPromises_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'PromisesObjC' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'nanopb-nanopb_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleUtilities' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleToolboxForMac' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleDataTransport' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GTMSessionFetcher' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseMessaging' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseInstallations' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseCore' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseAuth' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseAppCheckInterop' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleUtilities-GoogleUtilities_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleUtilitiesComponents' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseCoreInternal-FirebaseCoreInternal_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleDataTransport-GoogleDataTransport_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseCore-FirebaseCore_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseInstallations-FirebaseInstallations_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseMessaging-FirebaseMessaging_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'FirebaseAuth-FirebaseAuth_Privacy' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'MLKitBarcodeScanning' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'GoogleMLKit' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'MLKitCommon' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'MLImage' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'Firebase' from project 'Pods')
/Users/a.d/Desktop/Vasl/test/testGreen/power/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'MLKitVision' from project 'Pods')
Beta Was this translation helpful? Give feedback.
All reactions