Closed StainlessStlRat closed 5 years ago
I'd been using a pretty old version of the lib through pod files, when I went to update, the project wouldn't compile because of the @import UIKit directive due to "use of @import when c++ modules are disabled"
Changing back to #import ... fixed it
I'd been using a pretty old version of the lib through pod files, when I went to update, the project wouldn't compile because of the @import UIKit directive due to "use of @import when c++ modules are disabled"
Changing back to #import ... fixed it