Hello, we would like to test our app with iOS 14 however CloverGO SDK gives the following error,
Module compiled with Swift 5.1 cannot be imported by the Swift 5.3 compiler: ios/Pods/CloverGoSDK/clovergoclient.framework/Modules/clovergoclient.swiftmodule/arm64-apple-ios.swiftmodule
We can no longer add device support files to older Xcode versions to make it work.
From Xcode 12 release notes ,
Xcode 12 now encrypts the connection between Xcode and paired devices, protecting against an attacker in a privileged network position executing arbitrary code on connected iOS, iPadOS, watchOS, or tvOS devices during a remote debug session. (60386733)
These security benefits are available when Xcode 12 connects to devices running iOS 14, iPadOS 14, watchOS 7, tvOS 14, or later versions. These OS versions also refuse debugger connections from older Xcode releases. Xcode 12 continues to support debugging for older OS versions, but without the new encryption.
What's the estimated timeline for publishing a version which supports Swift 5.3 compiler?