xcode - No such Module 'SwiftyJSON' on Swift 3.0 -


after migrating swift 3.0, trying import swiftyjson project. however, when import framework 'import swiftyjson' no such module error.

if remove import statement, not recognize classes.

any advice why xcode might not reading imported framework?

see screenshots attached:

enter image description here

enter image description here

enter image description here

my problem was opening project file , not workspace file...


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -