Reputation: 608
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
?
Upvotes: 0
Views: 1534
Reputation: 541
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
Upvotes: 1