gpt4 book ai didi

iphone - 如何使用适用于iOS 4.3的iOS 5.0方法构建应用程序?

转载 作者:行者123 更新时间:2023-12-01 17:44:51 24 4
gpt4 key购买 nike

我正在为我的应用程序完成iCloud功能,无法解决一个问题:
由于我使用的是NSFileCoordinator之类的5.0新功能,因此由于“dyld:Symbol not found:_OBJC_CLASS _ $ _ NSFileCoordinator”,我无法为4.3构建我的应用程序。
如何才能“取消目标”用于构建4.3版本的某些文件(具有iCloud方法)?
提前致谢!

最佳答案

看看this

Class cls = NSClassFromString (@"NSFileCoordinator");
if (cls) {
// Create an instance of the class and use it.
} else {
// Alternate code path to follow when the
// class is not available.
}

另请检查此 answer以了解原因

您应该避免依赖版本字符串来表示设备或操作系统功能。

关于iphone - 如何使用适用于iOS 4.3的iOS 5.0方法构建应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9273364/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com