mattappdev
mattappdev

Reputation: 107

Cannot load module 'UIKit' as 'UIKit'

Currently trying to open an app created in Swift 3, Xcode 8.1. I have done tonnes of research, deleting derived data and cleaning the entire project over and over. I have updated Xcode to its newest version, as well as syntax. MapKit may be interfering but I doubt it. It's a really small project with only 2 VC's. I directly downloaded the project from a website (https://www.pubnub.com/blog/2015-05-05-getting-started-ios-location-tracking-and-streaming-w-swift-programming-language/) and after installing the pods required I still get the error. I am also opening the workspace, not just the project itself. If there is any more information you require, let me know and I will provide it.

Upvotes: 1

Views: 1007

Answers (1)

ScottyBlades
ScottyBlades

Reputation: 14063

Perhaps it was spelled incorrectly?

I wrote UIkit instead of UIKit and got this error:

enter image description here

Upvotes: 2

Related Questions