Xcode 12 beta2 version archieve issue as Undefined symbol: type metadata for Swift._StringObject.Variant

While trying to archiving our project with Xcode 12 beta 2 version, we are getting always its linker error as below :

Undefined symbols for architecture armv7:

  "type metadata for Swift.StringObject.Variant", referenced from:

      outlined init with take of Swift.
StringObject.Variant in XXXclassName.o

ld: symbol(s) not found for architecture armv7



Xcode 12 beta2 version archieve issue as Undefined symbol: type metadata for Swift._StringObject.Variant
 
 
Q