gpt4 book ai didi

ios - Xcode 6.4 中的 MPPlayableContentManagerContext 错误

转载 作者:行者123 更新时间:2023-11-29 01:53:22 24 4
gpt4 key购买 nike

我正在使用一个 iOS 项目和 Xcode 6.3.2,该项目编译和运行完美,但今天我已经更新到 Xcode 6.4,现在我无法编译该项目,因为 MediaPlayer 框架中的“MPPlayableContentManagerContext”失败。我在这个框架类中有很多错误。

有人知道原因吗?

Screenshot

谢谢,

亲切的问候。

最佳答案

这是因为使用了 NBUAvailability.h https://gist.github.com/rivera-ernesto/7228433

您必须将版本 8_4 添加到列表中:

#if __IPHONE_OS_VERSION_SOFT_MAX_REQUIRED < __IPHONE_8_4
#undef __AVAILABILITY_INTERNAL__IPHONE_8_4
#define __AVAILABILITY_INTERNAL__IPHONE_8_4 __NBU_AVAILABILITY_STARTING("8.4")
#define __NBU_APICHECK_8_4(_ios) __NBU_AVAILABILITY_STARTING("8.4")
#else
#define __NBU_APICHECK_8_4(_ios) CF_AVAILABLE_IOS(_ios)
#endif

关于ios - Xcode 6.4 中的 MPPlayableContentManagerContext 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31166718/

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