I have added the Swift Package OpenSSL to my project.
When I run the app, it crashes with this error
/Users/myself/Library/Developer/Xcode/DerivedData/MyApp-axyxgyhzyndlrqbybswlbgbcdcqd/Build/Products/Debug/OpenSSL.framework/Versions/A/OpenSSL' (code signature in <E5363788-58DE-301F-A80C-24FC78AD277E> '/Users/myself/Library/Developer/Xcode/DerivedData/MyApp-axyxgyhzyndlrqbybswlbgbcdcqd/Build/Products/Debug/OpenSSL.framework/Versions/A/OpenSSL' not valid for use in process: mapping process and mapped file (non-platform) have different Team IDs), '/Users/myself/Library/Developer/Xcode/DerivedData/MyApp-axyxgyhzyndlrqbybswlbgbcdcqd/Build/Products/Debug/PackageFrameworks/OpenSSL.framework/Versions/A/OpenSSL' (no such file), '/Library/Frameworks/OpenSSL.framework/Versions/A/OpenSSL' (no such file), '/System/Library/Frameworks/OpenSSL.framework/Versions/A/OpenSSL' (no such file, not in dyld cache)
The error mentions Team ID signing... signing a package? what?
The last lines of the error shows xcode searching for the library inside macOS? This is a package!
The package is here: https://github.com/KatkayApps/OpenSSL
Any ideas?