I have a few dependencies for a project (managed via Cocoapods) that I'm having trouble getting to compile under Catalyst, but compile fine for iOS.
- Create new Xcode project
- Create Podfile with two pods: "DTCoreText" (an HTML parser) and "Mantle" (helps with object modeling), so something like this:
platform :ios, '12.0'