HI
I've updated my fortran program and I'm trying to get through the notarizing process.
I created a pkg with >pkgbuild ...
I signed the package with >productsign ...
I created an application password for notarytool
I created store credentials with >xcrun notarytool store-credentials ...
Received:
Success. Credentials validated.
Credentials saved to Keychain.
Requested notarization with >xcrun notarytool submit ...
Submission ID received
Successfully uploaded file
Current status: Waiting....
after a minute or two this changed to
Current status: Invalid...
Could this because the notarizing system doesn't understand Fortran executables or is there something else I've done incorrectly? I have a submission id, is there a way to get more information.
Thanks, David
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
I've run into this problem before but can't resolve this time.I've downloaded researchKit using git clone -b stable https://github.com/ResearchKit/ResearchKit.gitBuilt it and added it to the ORKCatalog sample. On building that sample I get the error "appledoc is required for building ResearchKit's documentation. See http://appledoc.gentlebytes.com"Any suggestions? Thanks