*** Error: Unable to upload your app for notarization. --notarize-app is missing one or more required options: --asc-provider. (-1027)
{
NSLocalizedDescription = "Unable to upload your app for notarization.";
NSLocalizedFailureReason = "--notarize-app is missing one or more required options: --asc-provider.";
}
I hereby claim:
- I am fbaiodias on github.
- I am fbaiodias (https://keybase.io/fbaiodias) on keybase.
- I have a public key ASDZsvdUjN02uesOrGvD7FvJHUFq7nrTENStHohREMU3AQo
To claim this, I am signing this object:
Install the Custom Social Connections extension in your dashboard and follow the steps as described in https://auth0.com/docs/extensions/custom-social-extensions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const original = { | |
card: Joi.object({ | |
number: Joi.string().creditCard().required(), | |
holderName: Joi.string().required(), | |
expiry: { | |
year: Joi.number().min(2015).min(2025).required(), | |
month: Joi.number().min(1).min(12).required(), | |
} | |
}), | |
billingAddress: Joi.object({ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<link rel="stylesheet" href="style.css"> | |
<script src="index.js"></script> | |
<iframe id="container"></iframe> | |
</body> | |
</html> |