In my iOS project, I have an embedded SDK-that depends on AFNetworking (and other SDKs).
I used SPM to get the SDKs which the embedded SDK depends on.
When I run it, it crashes immediately with:
"dyld[75996]: Library not loaded: @rpath/AFNetworking.framework/AFNetworking"
I suspect maybe the "Runpath Search Path" needs to be changed since the AFNetworking Swift Package is not in /Framework folder, but not sure what to change it too.