相关疑难解决方法(0)

类 AMSupportURLConnectionDelegate 在两者中都实现

我正在尝试在 M1 mac 上构建一个 flutter 应用程序并收到以下错误。

$ flutter build ios --release
Building XXX for device (ios-release)...
Automatically signing iOS for device deployment using specified development team in Xcode project: XXX
Running pod install...                                             13.2s
Running Xcode build...
Xcode build done.                                            6.7s
Failed to build iOS app
Error output from Xcode build:
?
    objc[65074]: Class AMSupportURLConnectionDelegate is implemented in both ?? (0x1f66de518) and ?? (0x1160d82b8). One
    of the two will be used. Which one is undefined.
    objc[65074]: Class AMSupportURLSession is implemented …
Run Code Online (Sandbox Code Playgroud)

ios flutter

39
推荐指数
9
解决办法
3万
查看次数

标签 统计

flutter ×1

ios ×1