While trying to download dependencies via Carthage in our project with Xcode 12 beta 5 and 6 version. I am getting dylib linking error as below:
ld: building for iOS Simulator, but linking in dylib built for iOS, file 'Carthage/Build/iOS//XXXFrameworkName.framework/XXXFrameworkName' for architecture arm64
It is working as expected in below Xcode 12 version(i.e Xcode 11.x).
Could you please help on this? Is this a Xcode 12 beta version issue?
Post
Replies
Boosts
Views
Activity
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