Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 beta 6 build crashes on iPadOS 17.6.1 due to 'libswift_Builtin_float.dylib'
Answering my own question here, for anyone who might face similar issue and don't get any responses: I ended up adding libswift_Builtin_float.tbd to the Link Binary With Libraries in the Build Phases of the Target Then setting the Status to Optional instead of Required. After that, building the project and running it on iPadOS 17 devices, fixed the backward compatibility crash.
Sep ’24