0
No such module Cocoa
I have created ItemTableViewController class. Abjve the class definition it says: import Cocoa and an error message: No such module 'Cocoa'. What's wrong here?
1 Answer
0
Changed
import Cocoa
to
import UIKit
I have created ItemTableViewController class. Abjve the class definition it says: import Cocoa and an error message: No such module 'Cocoa'. What's wrong here?