Xcode 12.5 dyld issue with binary frameworks
I have a binary Swift xcframework which references two other open-source Swift frameworks (built from source). My framework along with its dependencies are built with the BUILD_LIBRARY_FOR_DISTRIBUTION option enabled (in order to support module stability). This setup has worked fine…