When i created a new today wieget target, the app complains that there is no such framework called 'NotificationCenter.framework' Here are some images of the issue.
Asked
Active
Viewed 53 times
1

nachshon fertel
- 145
- 1
- 1
- 11
-
What version of xcode are you using? – Michael Scarn May 07 '15 at 00:08
-
Check the path under the framework's `general` tab. Is it set to the actual path to the framework? – Michael Scarn May 07 '15 at 00:16
-
I think i accidentally deleted the entire NotificationCenter framework. How do i get it back? – nachshon fertel May 07 '15 at 00:17
-
Do i redownload xcode? – nachshon fertel May 07 '15 at 00:17
1 Answers
0
Download the Notification Center framework from github:
https://github.com/JaviSoto/iOS8-Runtime-Headers/tree/master/Frameworks/NotificationCenter.framework

Michael Scarn
- 46
- 8