【发布时间】:2015-09-11 06:20:47
【问题描述】:
我刚刚从 Xcode 6.4 升级到 Xcode 7GM,现在在运行我的旧项目时收到以下警告
embedded dylibs/frameworks are only supported on iOS 8.0
and later (@rpath/xxxxxx.framework/xxxxxx) for architecture armv7
这个问题只发生在 Xcode 7 中。但是当我在 Xcode 6.4 中运行项目时,它从未发生过。
【问题讨论】:
-
你的部署目标是什么?
-
我的部署目标是 7.1。但是只有当我在 Xcode 7 中运行它时,才会出现问题
-
我在升级到 Xcode 9.2 时遇到了同样的错误(第一次)。很高兴看到今天 Xcode 的用户不友好性与 2015 年一样一致。修复是在每个项目的“构建设置”和中将“iOS 部署目标”更新为 8.0 或更高版本子项目的“构建设置”。