mixedinkey-opensource / MIKMIDI

MIDI Library for Swift and Objective-C Mac and iOS apps.
Other
492 stars 95 forks source link

Xcode 14.3 Project builds but will not archive #349

Closed timothystulman closed 1 year ago

timothystulman commented 1 year ago

When I build the Mac app in Xcode, everything works as it always has. But when I try to archive the app for distribution, I get this error: ld: file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)

timothystulman commented 1 year ago

This can be fixed by changing the minimum deployment target to 10.13.