Dear community,
I'm creating an app for iOS in Xcode (v. 15.3) in which I want to integrate the SwiftyDropbox SDK (v.10.0.6). I've done this via "add packages".
In the "Build settings" I have excluded "arm64":

When trying to build and run this app in the simulator I get the following error message: "Build failed because SwiftyDropbox.swiftmodule is not built for arm64". I scrolled through stack overflow but all hints I found there didn't fix the issue. Has anyone an idea what's wrong?
Thanks for your support.