架构 i386 的未定义符号:_FlutterMethodNotImplemented

Posted

技术标签:

【中文标题】架构 i386 的未定义符号:_FlutterMethodNotImplemented【英文标题】:Undefined symbols for architecture i386: _FlutterMethodNotImplemented 【发布时间】:2019-04-27 19:53:53 【问题描述】:

我正在尝试在 ios 模拟器上运行我的颤振应用程序,该模拟器具有很少的插件,例如连接、flutter_webview、fluttertoast 等。 当我尝试运行这些插件时,所有这些插件都出现以下错误。

Undefined symbols for architecture i386:
  "_FlutterMethodNotImplemented", referenced from:
      -[FluttertoastPlugin handleMethodCall:result:] in FluttertoastPlugin.o
  "_OBJC_CLASS_$_FlutterMethodChannel", referenced from:
      objc-class-ref in FluttertoastPlugin.o

android 上运行顺利。

我试过了

flutter clean 
pod install

错误仍然存​​在。 任何人都面临类似的错误?如果有人对此有解决方案,请帮助我。谢谢

颤振医生 -v 输出

[✓] Flutter (Channel beta, v0.11.9, on Mac OS X 10.14.1 18B75, locale en-IN)
    • Flutter version 0.11.9 at /Users/vipin/Downloads/soft/flutter
    • Framework revision d48e6e433c (5 days ago), 2018-11-20 22:05:23 -0500
    • Engine revision 5c8147450d
    • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297)

[✓] Android toolchain - develop for Android devices (Android SDK 28.0.3)
    • Android SDK at /Users/vipin/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-28, build-tools 28.0.3
    • ANDROID_HOME = /Users/vipin/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)
    • All Android licenses accepted.

[✓] iOS toolchain - develop for iOS devices (Xcode 10.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 10.1, Build version 10B61
    • ios-deploy 1.9.4
    • CocoaPods version 1.5.3

[✓] Android Studio (version 3.2)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 30.0.1
    • Dart plugin version 181.5656
    • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1136-b06)

[✓] Connected device (1 available)
    • iPhone XR • DAE7804F-C35A-4847-94AF-BC094BE584DC • ios • iOS 12.1 (simulator)

• No issues found!

【问题讨论】:

这个错误还在发生吗?也许升级你的 Flutter 版本可以解决这个问题? 【参考方案1】:

如果您正在使用应用风格并遇到上述错误,请查看here

【讨论】:

这是该线程中最简单的解决方案:github.com/flutter/flutter/issues/17749#issuecomment-615279343【参考方案2】:

此错误与Undefined symbols for architecture i386有关 这对我有用 - 对于报告警告的目标,将“有效架构”设置更改为:

$(VALID_ARCHS)
x86_64

P.S 如果这没有帮助,请转到构建设置并搜索“No Common Blocks”并将其设置为“No”。构建并运行。

【讨论】:

有效架构不再存在苹果将其更改为排除架构,我已将其设置为排除 arm64

以上是关于架构 i386 的未定义符号:_FlutterMethodNotImplemented的主要内容,如果未能解决你的问题,请参考以下文章

Sharekit - 架构 i386 的未定义符号:

架构 i386 的未定义符号:_FlutterMethodNotImplemented

架构 x86_64 / i386 的未定义符号

架构 i386 的未定义符号:“_OBJC_CLASS_$_MFMailComposeViewController”

架构 i386 的未定义符号:“_OBJC_CLASS_$_SecIdentity”

架构 i386 的未定义符号:“_OBJC_CLASS_$_TLFApplicationHelper”