I'm not sure what is going. Open a new project, drop SwiftyJSON on project tree. Select Copy.
Xcode 6.0.1
Compile and I get "No such Module SwiftyJSON"
Attached screen shot.
Did You try to clean then build again?
Yes. It's so strange, I'm wondering if it's an Xcode, ancient Mac issue and iOS6.
Don't think it has anything to do with Swifty.
Thanks for reply. ;-) ed
Envoyé de mon iPhone
On Sep 20, 2014, at 7:16 AM, Dumitru Uzun [email protected] wrote:
Did You try to clean then build again?
—
Reply to this email directly or view it on GitHub.
Just remove import row and use the functions, Swift does not need to import other classes in the same project :)
PS: Yes, Swift is amazing!
Yes, that's what I did. Works fine. Funny bug, something with an ancient Mac and Xcode 6 is my guess.
thanks for reply. ;)
Envoyé de mon iPhone
On Sep 20, 2014, at 8:54 PM, Heverton Rodrigues [email protected] wrote:
Just remove import row and use the functions, Swift does not need to import other classes in the same project :)
PS: Yes, Swift is amazing!
—
Reply to this email directly or view it on GitHub.
fix it now
Most helpful comment
Just remove import row and use the functions, Swift does not need to import other classes in the same project :)
PS: Yes, Swift is amazing!