I came back to my app to make a change after a few months. Before I could open Xcode, I had to upgrade to release 10.2.1, and I had to update MacOS to 10.14.5. During that time, I also upgraded my iPhone to iOS 12.2.
Since the upgrade, I can't build my project. I'm getting the following error:
Module compiled with Swift 4.2.1 cannot be imported by the Swift 5.0.1 compiler: /Users/rjkinsman/Dropbox/Nvelopes iOS/Nvelopes Project/Nvelopes/Carthage/Build/iOS/SwiftyDropbox.framework/Modules/SwiftyDropbox.swiftmodule/arm64.swiftmodule
So I went back to Xcode 10.1 and I was able to build my project with no problem. However, when I go to test it on my phone, I get the following:
Could not locate device support files.
This iPhone... is running iOS 12.2... which may not be supported by this version of Xcode
So I'm caught in the middle. Where do I go from here?