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?
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?