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:
my problem was opening project file , not workspace file...
Comments
Post a Comment