在iOS中添加AdMob后出现错误

时间:2015-01-05 00:53:36

标签: ios ios7 xcode5 admob

在我集成AdMob SDK后,尝试在真实设备上构建它时,我一直收到此错误消息。奇怪的是,当它在iOS模拟器上构建时,一切正常。

Apple Mach-O Linker Error

ld: framework not found Metal for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我正在使用xCode 5.1并在iOS 7上运行的iPhone 5S上进行测试。请帮忙!

1 个答案:

答案 0 :(得分:0)

背后的原因,实际上是Apple的一个错误/糟糕的设计,它未能保持非金属设备的向后兼容性。

See here for more info。 :)