开发者

Unable to find CFNetwork in Xcode

开发者 https://www.devze.com 2022-12-24 19:42 出处:网络
I am trying to use CFNetwork in my app so I tried adding CFNetwork.framework from the Edit Target dialog 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

精彩评论

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

关注公众号