[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(AliPay UrlScheme Not Found, Config AliPay First, null, null) 但是 UrlScheme 在ios项目中已经配置好了,比如 为 testpay113 ,在 pubspec.yaml 中已经设置了: tobias: url_scheme: testpay113 ios: ignore_security: true plist.info 中也设置ok,在safari浏览器中输入 testpay113:// 也能正常唤起App 不知道还有哪些需要设置的,我是不是漏掉了一些什么