Dozer
Dozer copied to clipboard
Upgrading Xcode requires a rebuild of the project
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?