You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dragged all of .swift files into my project, then build the project, 400+ errors appeared, it seemed like the codes can't recognize UIKit, I had to add a line import UIKit manually in every .swift file.
Is there anything wrong in my steps?
BTW: This charts library is really powerful!
The text was updated successfully, but these errors were encountered:
I dragged all of .swift files into my project, then build the project, 400+ errors appeared, it seemed like the codes can't recognize UIKit, I had to add a line
import UIKit
manually in every .swift file.Is there anything wrong in my steps?
BTW: This charts library is really powerful!
The text was updated successfully, but these errors were encountered: