Xcode 12 breaks compilation for iOS 'FrameworkName' is not a member type of 'FrameworkName' '@exported imports'

After updating to Xcode 12, the build adds “@exported imports” in some packages and throwing exceptions like ‘FrameworkName’ is not a member type of ‘FrameworkName’

For the time being I’ve downgraded to Xcode 11.7 and now everything is working fine.

Is there a way to solve this?

1 Like