-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to integrate project #14
Comments
I got this, too. Any resolutions? |
This error is generated when
fails. Barring a network or server issue, the problem is likely the CIRCLE_CI_API_ACCESS_TOKEN.
I believe that nativescript-remote-builds creates its own We used the The remote service is also looking for a GITHUB_ACCESS_TOKEN, either in |
One other remark on the failed integration can be found here: |
Hi,
I followed the tutorial but i can not get it to work...
I'm on a windows machine and i try to build a nativescript app for ios.
This is how my .nsremote.config.json looks like:
{ "circleci": { "sshRepositoryURL": "[email protected]:**********************************.git" } }
my .nsremote.env.json:
{ "local": { "CIRCLE_CI_API_ACCESS_TOKEN": "**********************************" } }
I followed the setup for CircleCI, created an account there, linked it to my Github account and uploaded a ssh key. The same ssh key i have localy.
If I try to build the app with tns build ios, I get the following message:
If I take a look into CircleCI I see that the build failed, but the error message there is the following:
If I now create a .circleci/config.yml file like this:
the build runs through on CircleCI, but I still get the error message "Unable to integrate the project" like above.
So my questions are now:
Thank you very much,
Best regards,
Martin
The text was updated successfully, but these errors were encountered: