Ableton / LinkKit

iOS SDK for Ableton Link, a new technology that synchronizes musical beat, tempo, and phase across multiple applications running on one or more devices.
http://ableton.github.io/linkkit
Other
147 stars 10 forks source link

Update to Xcode 14 new error: libABLLink.a building for iOS, but linking in object file built for iOS Simulator ..."architecture arm64" #68

Closed luismartimor closed 1 year ago

luismartimor commented 1 year ago

Just updated to Xcode 14 and getting a new error testing on real devices (iPad or iPhone), no issues with Xcode 13:

" error build: In …/ABLink/libABLLink.a(ABLLink.o), building for iOS, but linking in object file built for iOS Simulator, file ‘…/ABLink/libABLLink.a' for architecture arm64 "

It works on the simulator

fgo-ableton commented 1 year ago

Please use the .xcframework from the latest release. The fat library is not supported anymore. See https://github.com/Ableton/LinkKit/issues/67