开发者

Unable to find CFNetwork in Xcode

I am trying to use CFNetwork in my app so I tried adding CFNetwork.framework from the Edit Target dialog in Xcode.

The interesting thing is that CFNetwork is not visible in the dialog box at all.

Am I missing anything开发者_JAVA技巧? Do I have to add/install CFNetwork in some other way?

Screenshot -

Unable to find CFNetwork in Xcode

Thanks in advance.


CFNetwork is part of CoreServices.framework, so you should add CoreServices. The definitive tool to find this out is to use search in Xcode's documentation viewer. (Almost) each documentation page includes the relevant Framework header.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜