Siwa (sign in with apple) extension compiles with errors

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’

bob version 1.2.173
siwa https://github.com/defold/extension-siwa/archive/master.zip

Can anyone else encountered this problem?
Thank!

@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!

2 Likes

Thanks, it works great now!

2 Likes