0
/* com.apple.ibtool.errors */
/Users/yazeedmohammad/Documents/development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_inappwebview-5.3.2/ios/Storyboards/WebView.storyboard: error: Interface
Builder can’t determine the type of “WebView.storyboard”. This may be due to a missing SDK.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Analyzing workspace
note: Constructing build description
note: Build preparation complete

为设备归档时遇到错误。

4

1 回答 1

0

我找到了解决我的问题的方法,而且效果很好,alhamdullah。

解决方案链接:https ://stackoverflow.com/a/64513759/12988168

解决方案:“有一个 iOS 手机验证设置的 Firebase 文档:

要启用 Firebase SDK 以使用 reCAPTCHA 验证:

将自定义 URL 方案添加到您的 Xcode 项目:

打开您的项目配置:双击左侧树视图中的项目名称。从 TARGETS 部分中选择您的应用程序,然后选择 Info 选项卡,然后展开 URL Types 部分。单击 + 按钮,并为您的反向客户端 ID 添加 URL 方案。要查找此值,请打开 GoogleService-Info.plist 配置文件,然后查找 REVERSED_CLIENT_ID 键。复制该键的值,并将其粘贴到配置页面上的 URL 方案框中。将其他字段留空。完成后,您的配置应类似于以下内容(但使用特定于应用程序的值):

https://firebase.google.com/docs/auth/ios/phone-auth?authuser=0

也适用于 Flutter。”

于 2021-07-18T05:14:16.877 回答