Cannot load underlying module for 'CoreGraphics'

When trying to test my app on any device running iOS 9, I get an error saying 'cannot load underlying module for 'CoreGraphics'', the app runs fine when loaded in the simulator. I'm not sure whats wrong or how to fix it. Thanks.

Accepted Reply

That probably indicates that your copy of Xcode is damaged. Specifically, the binary parts of the iOS 9 SDK are either missing or corrupt.


Try reinstalling Xcode.

Replies

That probably indicates that your copy of Xcode is damaged. Specifically, the binary parts of the iOS 9 SDK are either missing or corrupt.


Try reinstalling Xcode.