xcode 11.4 failed on archive with embed framework

a xcode workspace with main app and several embed frameworks.

everything works fine when running on simulator or device

but clams "(embed framework) is not avaliable when building for iOS" since 11.4 beta


Is it a bug or anything chaged that I'm missing?

Maybef have to use SPM isntead of embed frameworks on 11.4?

Replies

after convert all embed frameworks into swift pacakge

archive now works on xcode 11.4