Binary package dependency not signed when also adding binary framework dependency

In Xcode 12 beta 3 if I add a binary package dependency to an iOS app and also add a binary framework dependency to the app then the binary package dependency's XCFramework does not get code signed when building for device.

The app will not install on a device because of the dependency not being code signed.

If I remove the binary framework dependency from the app then the binary package dependency works fine and is code signed.

The binary framework dependency is a closed source framework that doesn't not support SPM so I can't use SPM to reference it.

Any ideas of resolving this?

Thanks!
I tried beta 4 of Xcode 12 and no change on this issue.
The problem still exists in Beta 4 for me as well. Here's another thread referencing a couple issues filed on swift.org regarding this problem: https://developer.apple.com/forums/thread/652873
Still experiencing this in Xcode 12 Beta 5.
Binary package dependency not signed when also adding binary framework dependency
 
 
Q