简体   繁体   English

iOS7与Xcode 6的兼容性

[英]iOS7 Compatibility with Xcode 6

I want to make my iOS8 app compatible with iOS 7.0 but, it gives the following error log. 我想使我的iOS8应用程序与iOS 7.0兼容,但是它提供以下error日志。

By referring previous questions, I have tried re-adding certain frameworks and making them optional to no avail. 通过参考前面的问题,我尝试重新添加某些框架并使它们可选,但无济于事。 Please help me here. 请在这里帮助我。

dyld: Symbol not found: _OBJC_CLASS_$_CIKernel
  Referenced from: /var/mobile/Applications/3F71E632-C303-4C7E-9DA5-BE70B8D2C8FD/xxxxx.app/xxxxx
  Expected in: /System/Library/Frameworks/CoreImage.framework/CoreImage
 in /var/mobile/Applications/3F71E632-C303-4C7E-9DA5-BE70B8D2C8FD/xxxxx.app/xxxxx

尝试在“常规”选项卡下的“ 链接的框架和库”部分中将CoreImage.framework设置为可选。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM