【发布时间】:2018-03-11 15:17:47
【问题描述】:
我正在尝试为 iOS 构建 Ionic 3 应用程序,但在使用 Xcode 和 Ionic Pro 构建时,我不断收到此错误。
使用 Xcode 时,我得到:
[x] ld: framework not found FileProvider for architecture x86_64
在 Ionic Pro 上我得到:
[x] ld: framework not found FileProvider for architecture armv7
同样的项目已经在 Android 上构建和运行。
【问题讨论】:
-
你是如何添加框架的?通过 pod 或从构建设置中嵌入它?此链接是否帮助完整 -:stackoverflow.com/questions/34798741/…
-
@TusharSharma 我什至从未添加它,我认为我什至不需要它。该项目由 Ionic CLI 生成。我以前用过 Ionic 很多,从来没有遇到过这个问题。
-
找到解决方案?我也有同样的问题。
-
@MatthewHarrison 对不起,是的。原来我只需要更新 Xcode。