IAd Framework accidentally deleted

I accidentally broke the structure iAd

.

I clicked the Snooze Back button but it won't show up in my Xcode project when I try to add it. How can I get it back?

+3


source to share


1 answer


If you want to re-add the framework, you must return it to its original folder, which is on /System/Library/Frameworks

.

You can get to the folder by going to Finder

, then pressing + + G( Go to Folder...

) and then entering / System / Library / Frameworks in the box.



Then drag iAd.framework

back to the original folder and restart Xcode.

+1


source







All Articles