📚 Documentation: Apple App code snippet for step 3 throws Extraneous argument label 'status:' in call
in Xcode
#467
Labels
documentation
Improvements or additions to documentation
💭 Description
When creating a new
Apple App
from the console and reaching step 3, the following code snippet appears:When implemented in Xcode, it throws the following error:
Extraneous argument label 'status:' in call
, since the correct signature for thesetSelfSigned
method from the sdk-for-apple repo on line 145, requires no implementation of thestatus:
label.Also, wasn't sure if this counts as a bug or a documentation issue, so I went with documentation. Hopefully it's not a problem.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: