AWS CodeCommit

Has anybody gotten AWS CodeCommit to work with Xcode 7?

Answered by zach.m in 155640022

CodeCommit was working in Xcode 6. It did not work for the year I used Xcode 7 despite my bug report and Apple asking 3 times for more informaiton. However, CodeCommit is now working again with Xcode 8 beta.

I also have a trouble with CodeCommit and Xcode7.


I changed the git configuration file for product.

On the console, after changing to "PRODUCT_DIR/.git/" , input command


$git config credential.helper '!/usr/local/bin/aws -- profile default codecommit credential-helper $@'

$git config credential.UseHttpPath true


Then I can push to repository, but I can not pull on Xcode7.

I see the authentification error when pulling repository.

Anyone can use push and pull?

Accepted Answer

CodeCommit was working in Xcode 6. It did not work for the year I used Xcode 7 despite my bug report and Apple asking 3 times for more informaiton. However, CodeCommit is now working again with Xcode 8 beta.

Hi, I am also having the same issue and found the best answer from AWS site.

https://www.sevenmentor.com/amazon-web-services-training-institute-in-pune.php

AWS CodeCommit
 
 
Q