Hi! I’m trying to build ios with siwa and I get the following errors:
ERROR: siwa/src/siwa_ios.mm:52: 'no matching function for call to ‘dmLogInternal’
ERROR: siwa/src/siwa_ios.mm:134: 'no matching function for call to ‘Siwa_QueueAuthFailureCallback’
@alexandr.gil the problem was that no conversion was made from NSString to const char* when logging some error messages. This has definitely worked before, but some recent change on the build server must have triggered this error. I’ve released a new version of the extension-siwa and tested a build for iOS. Please give it a try yourself!