Error while compile Flutter with Xcode/Android Studio

I used MacBook Pro 2021 M1
I got Error while compile Flutter with Xcode/Android Studio

When I Compile My App, I got error as this:
objc[47248]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1f6c5c188) and ?? (0x1180b02b8). One of the two will be used. Which one is undefined.
objc[47248]: Class AMSupportURLSession is implemented in both ?? (0x1f6c5c1d8) and ?? (0x1180b0308). One of the two will be used. Which one is undefined.

How to solve this error

Thankyou
Hello

I had the same problem.

I fixed the problem:

1) Rename the ios folder to ios.old
2) I have created a new flutter project and copied the ios folder to my project
3) I have copied the info.plist file from the ios.old folder to the new ios folder
4) I think it would only be necessary to copy the images of the icons.

Good luck
Error while compile Flutter with Xcode/Android Studio
 
 
Q