Closed mortenbekditlevsen closed 4 months ago
Hi @mortenbekditlevsen,
we have updated the SwiftDecode to the latest version and this issue has been fixed. You can download our iOS CaptureSDK version 1.9.36
from our private repository through our Developers Portal
After updating to CaptureSDK 1.9.21, I never get a callback from calling
openWithAppInfo
. This has worked perfectly in previous versions.I do get a runtime linker warning regarding
SwiftDecoder
:This shows a naming ambiguity between ARKitCore and your library dependency
SwiftDecoder
. In Objective-C it is customary to prefix class names with a namespace of your own like 'SMSwiftDecoder' or similar.Downgrading to 1.8.34 resolves the situation.