Warning Xcode 9 on line 555
KatkayApps opened this issue · 0 comments
KatkayApps commented
Line 555 of Cargobay.m
__Require_noErr(SecKeyRawVerify(receiptSigningKey, kSecPaddingPKCS1SHA1, dataToBeVerified, sizeof(dataToBeVerified), signatureBlob->_signature, sizeof(signatureBlob->_signature)), _out);
started to show this error on Xcode 9
This function declaration is not a prototype
How we can fix that?