【发布时间】:2015-02-08 23:27:53
【问题描述】:
所以我的 iOS 项目运行良好,然后当我尝试在模拟器中运行时突然出现以下错误:
ld: framework not found AVKit for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
当我尝试存档时,我收到此错误:
ld: framework not found AVKit for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
据我所知,AVKit 是一个 OSX 框架,而不是 iOS 框架。
那么为什么我的项目突然感到困惑并想要一个 OSX 框架,我是否说服它它不需要它?
【问题讨论】:
标签: ios xcode frameworks xcode5 xcode6