Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 4.6.2 Xcode 在我的 IOS 项目中使用此代码
https://github.com/marshluca/AudioPlayer
但我无法编译,但出现此错误:
我不明白那是什么桥牌
用这个替换它
AudioStreamer *streamer = (__bridge AudioStreamer*)inClientData;
使用 ARC 在将 ac 类型转换为 Objective-c 对象时,您必须使用桥接转换。