Dozer icon indicating copy to clipboard operation
Dozer copied to clipboard

Upgrading Xcode requires a rebuild of the project

Open blakedgordon opened this issue 4 years ago • 0 comments

The Dozer project was built with Xcode 11.3 and after upgrading to 11.4 the following error is appearing when attempting to build Dozer I get the following error, which requires me to run make build again to rebuild the project

Module compiled with Swift 5.1.3 cannot be imported by the Swift 5.2 compiler: /<Path to Dozer folder>/Carthage/Build/Mac/Defaults.framework/Modules/Defaults.swiftmodule/x86_64-apple-macos.swiftmodule

With the current state of the repo, the best solution is to rebuild the project by running make build, but would it be possible to restructure the repo to include the .xcodeproj file and other dependencies that are build with the Makefile and have contributors download other dependencies using Carthage or something like CocoaPods?

blakedgordon avatar Mar 25 '20 18:03 blakedgordon