Comparing your list to mine, your app is using the following libraries that mine is not using. Maybe this will help you figure out which is the issue:
SafariServices.framework
WatchConnectivity.framework
WidgetKit.framework
libswiftMapKit.dylib
_LocationEssentials.framework
AppIntents.framework
Combine.framework
CoreTransferable.framework
DeveloperToolsSupport.framework
Intents.framework
libswift_Concurrency.dylib
libswiftAccelerate.dylib
libswiftAVFoundation.dylib
libswiftCoreAudio.dylib
libswiftCoreMedia.dylib
libswiftCoreMIDI.dylib
libswiftIntents.dylib
libswiftObservation.dylib
My app has quite a few that yours doesn't but those would be irrelevant to your issue. My app is also more Objective-C based so I'm using fewer Swift libraries.
libswiftMapKit would be my first guess. I use MapKit.framework but not that Swift-specific MapKit library.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: