문제

I have included CFNetwork.framework in my app. And later when not required i just right click and deleted by mistake. Now my iPhone app is not getting built saying CFNetwork.h is missing. In add libraries I searched but couldn't find the framework in the list.

(1) Is there any way to recover the deleted CFNetwork.framework.

(2) Is there any way to download this framework and add it to the Xcode or SDK ?

도움이 되었습니까?

해결책

Try this

1.Go to summary in xcode

2.Click the + button below linked binaries and frameworks

3.From there select your desired frame work and then click add

Now you have successfully added your framework to your project

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top