Documentation of how to install by building on Wiki is wrong.
### Expected:
Opening workspace in Xcode should result in no errors.
### Actual:
Errors simply opening the project, without trying to build.
Reproduce:
Simply take a fresh Mac with a standard Xcode install, and open the workspace file after following the instructions.
All targets have issues with signing and capabilities.
NOTES
Not sure these are all the purely documentation errors since I had to change a lot to finally get Provenance to build, but some of the issues with documentation are, in the Build Sources, section 2:
No _PRODUCT_BUNDLEPREFIX exists in the mentioned file, CodeSigning.xcconfig. Should be _ORGIDENTIFIER.
All targets have a Team & Bundle identifier which is Unknown S32Z3HMYVQ when opening the workspace. This is picked up from the Build.xcconfig file, but nothing in documentation mentions changing this. There is a mention in this file that _PRODUCT_BUNDLEPREFIX etc should be picked up from CodeSigning.xcconfig but this does not happen → you have to change those in this file as well
It seems as the changes to Build.xcconfig & CodeSigning.xcconfig must be done before opening the workspace, rather than the order specified in documentation.
Group / iCloud capabilities do not work when following instructions (I have a paid for developer account, but I had to remove those capabilities to be able to get forward, so don't know what the problem is).
Documentation of how to install by building on Wiki is wrong.
### Expected: Opening workspace in Xcode should result in no errors. ### Actual: Errors simply opening the project, without trying to build.Reproduce:
NOTES
Not sure these are all the purely documentation errors since I had to change a lot to finally get Provenance to build, but some of the issues with documentation are, in the Build Sources, section 2:
#