我知道我应该将编译器标志添加-fno-objc-arc到XCode 4中的编译源来完成此任务.但它没有用.即使添加了标志,我仍然在我的KeychainItemWrapper.m文件中收到错误,声称我需要使用__bridgeC指针.
-fno-objc-arc
KeychainItemWrapper.m
__bridge
我的项目是ARC安全的,但Apple提供的与Keychain交互的参考不是.我想为该单个文件禁用ARC.我还缺少什么?
iphone ios automatic-ref-counting
如何在iOS 5的后台与BTLE设备进行通信?
bluetooth ios ios5 core-bluetooth bluetooth-lowenergy
ios ×2
automatic-ref-counting ×1
bluetooth ×1
bluetooth-lowenergy ×1
core-bluetooth ×1
ios5 ×1
iphone ×1