error in running flutter application with Firebase on M1 Mac

firebase_core: Using Firebase SDK version '8.3.0' defined in 'firebase_core' Downloading dependencies Installing Firebase (8.3.0) Installing FirebaseCore (8.3.0) Installing FirebaseCoreDiagnostics (8.4.0) Installing Flutter (1.0.0) Installing GoogleDataTransport (9.1.0) Installing GoogleUtilities (7.5.0) Installing PromisesObjC (2.0.0) Installing firebase_core (1.4.0) Installing hexcolor (0.0.1) Installing nanopb (2.30908.0) Generating Pods project Integrating client project Pod installation complete! There are 3 dependencies from the Podfile and 10 total pods installed.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target Runner to Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig or include the Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig in your build configuration (Flutter/Release.xcconfig).

Failed to build iOS app Error output from Xcode build: ↳ objc[37638]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x1f2887ad8) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1115102b8). One of the two will be used. Which one is undefined. objc[37638]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x1f2887b28) and /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x111510308). One of the two will be used. Which one is undefined. 2021-08-02 21:40:05.452 xcodebuild[37638:437148] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called ** BUILD FAILED **

Xcode's output: ↳ note: Using new build system note: Building targets in parallel note: Planning build note: Analyzing workspace note: Constructing build description note: Build preparation complete /Users/saizayarhtet/Desktop/ideaProduct/lottery_ace/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flutter' from project 'Pods') error: Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it. (in target 'Runner' from project 'Runner') error: No profiles for 'com.LA.lotteryAce.lotteryAce' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.LA.lotteryAce.lotteryAce'. (in target 'Runner' from project 'Runner')

Encountered error while building for device.

error in running flutter application with Firebase on M1 Mac
 
 
Q