I just switched over from Xcode 8 to JetBrain AppCode 2016.3 due to Xcode's terribly slow performance. When on Xcode, I could build our app (via Workspace for Cocoapods) without any errors. After opening the Workspace in AppCode, I tried to debug the code and received 5,920 errors. All of the errors are coming from various Pods (Alamofire, ActiveLabel, Kingfisher, etc).
I've updated each of the Pods; successfully built the app on Xcode; but it will not work on AppCode.
Here are some of the errors I'm receiving: ActiveBuilder.swift (ActiveLable) Error:(37,48) boolean condition requires 'where' to separate it from variable binding Error:(35,41) use of unresolved identifier 'CharacterSet' Error:(85,24) value of type 'NSString' has no member 'substring' ...
I would greatly appreciate any help in solving this, as I really want to get away from Xcode and start using AppCode. Thank you.