The minimum deployment target for MacOS is set to 10.10 which fails the install. I have tried to set the target in the .xcodeproj but that gets overwritten during 'carthage update --use-xcframeworks’. I am stuck…Thanks in advance.
Error:
*** Building scheme "UTMConversion macOS" in UTMConversion.xcodeproj
Build Failed Task failed with exit code 65:
Logfile: clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
/Users/.../Carthage/Checkouts/UTMConversion/UTMConversion.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.2.99. (in target 'UTMConversion macOS' from project 'UTMConversion')
** ARCHIVE FAILED **
The following build commands failed:
Ld /Users/.../Library/Caches/org.carthage.CarthageKit/DerivedData/15.2_15C500b/UTMConversion/1.4.0/Build/Intermediates.noindex/ArchiveIntermediates/UTMConversion\ macOS/IntermediateBuildFilesPath/UTMConversion.build/Release/UTMConversion\ macOS.build/Objects-normal/x86_64/Binary/UTMConversion normal x86_64 (in target 'UTMConversion macOS' from project 'UTMConversion')
(1 failure)
The minimum deployment target for MacOS is set to 10.10 which fails the install. I have tried to set the target in the .xcodeproj but that gets overwritten during 'carthage update --use-xcframeworks’. I am stuck…Thanks in advance.
Error:
*** Building scheme "UTMConversion macOS" in UTMConversion.xcodeproj
Build Failed Task failed with exit code 65:
Logfile: clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
/Users/.../Carthage/Checkouts/UTMConversion/UTMConversion.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.2.99. (in target 'UTMConversion macOS' from project 'UTMConversion')
** ARCHIVE FAILED **
The following build commands failed:
Ld /Users/.../Library/Caches/org.carthage.CarthageKit/DerivedData/15.2_15C500b/UTMConversion/1.4.0/Build/Intermediates.noindex/ArchiveIntermediates/UTMConversion\ macOS/IntermediateBuildFilesPath/UTMConversion.build/Release/UTMConversion\ macOS.build/Objects-normal/x86_64/Binary/UTMConversion normal x86_64 (in target 'UTMConversion macOS' from project 'UTMConversion')
(1 failure)