我已将我的操作系统从mac 10.7升级到mac 10.9并在新操作系统中安装了新的xcode 6.0.1。 我有一个代码,它运行在xcode 3.2.5和10.4usdk。
我们有没有从10.4u sdk升级到10.9 sdk的程序?
[m_SDMPort setDelegate:self] ==> throws error
// throws error "cannot initialize a parameter of type 'id<NSPortDelegate>' with an lvalue of type 'AppMainController *'
如何在从10.4u sdk移植到10.9时避免此错误和这类错误?
更改了以下内容。
在xcode项目下
答案 0 :(得分:0)
我会说您的错误是AppMainController
不符合NSPortDelegate
协议。