Can someone explain the relationship between the Xcode developer computer, the osx server, and using the remote git repository?
I want to commit my changes to a remote repo (bitbucket) and run my os x server on it?
new: After some mess, I managed to make a bot for the remote server, but now I get the following errors.
SSH Known Hosts file path is located at /Library/Server/Xcode/Config/ssh_known_hosts SSH strict host checking is disabled (you can enable this by editing the SSHStrictHostKeyChecking key in /Library/Server/Xcode/Config/xcsbuildd.plist Untrusted HTTPS certificates is enabled (you can disable this by editing the TrustSelfSignedSSLCertificates key in /Library/Server/Xcode/Config/xcsbuildd.plist 622a6bc3406c764e9e97ec156818b739ecb40ee9 refs/heads/master
only I did it already and did not change anything.
and one more error:
xcodebuild: error: The project 'testOnlineGit3' does not contain a scheme named 'testOnlineGit3.xcscheme'.
My schema is generic and this is her name, so I'm not sure how to fix it.
new: My schema name has changed, and now the bot is working, but I still get the previous warnings, I'm not sure what they mean, who has an idea, how to make them leave?
source share