我正在尝试使用变色龙框架(https://github.com/BigZaphod/Chameleon)在 OSX 中使用 iOS UI 元素。
为此,我必须使用:
[kitView launchApplicationWithDelegate:delegate afterDelay:1];
但可能由于该框架是为非弧设计的,所以我收到了错误:
**ARC Semantic Issue:** Receiver type "UIKitView" for instant message is a
forward declaration.
任何人有任何想法如何解决这个问题?
提前致谢。