Build-Service iOS-Error while using the api

  • 2
  • Question
  • Updated 9 years ago
  • Answered
Hey,

im using the build-service api to generate an android and iphone app.
first im posting a zip file to create a new app on build-server.
after that im pushing the correct ios-key-id.
till here it seems to be working. Ive checked it in the browser.

after this step im waiting 10 seconds, before im repeatedly (20 seconds intervall) sending a get-request with the app-id to check if the builds are completed.

but im getting always an ios-build-error.

here is the error log:

No such file or directory - /var/folders/-P/-PX17287HeaPsPCVDhs5OU+++To/-Tmp-/0f7124ac-c403-11e0-a7fe-1231390521a2/certs/iPhone Distribution.p12 or /var/folders/-P/-PX17287HeaPsPCVDhs5OU___To/-Tmp-/0f7124ac-c403-11e0-a7fe-1231390521a2/certs/iPhone_Distrib

maybe it is important for you to know, that im doing this routine programmatically.
Photo of toni.konstantinidis

toni.konstantinidis

  • 32 Posts
  • 1 Reply Like

Posted 9 years ago

  • 2
Photo of toni.konstantinidis

toni.konstantinidis

  • 32 Posts
  • 1 Reply Like
Ive tested a little bit more and the confusing thing is that sometimes it is working, but most times it failes with the same error log.
Photo of robNeo

robNeo

  • 54 Posts
  • 1 Reply Like
Me too (using web UI)

No such file or directory - /var/folders/-P/-PX17287HeaPsPCVDhs5OU+++To/-Tmp-/ce2ad630-bd9c-11e0-a0ba-1231390521a2/certs/Certificates.p12 or /var/folders/-P/-PX17287HeaPsPCVDhs5OU___To/-Tmp-/ce2ad630-bd9c-11e0-a0ba-1231390521a2/certs/Certificates.p12
Photo of robNeo

robNeo

  • 54 Posts
  • 1 Reply Like
Like toni its intermiitent - managed to build successfully
Photo of jethomas

jethomas

  • 8 Posts
  • 0 Reply Likes
I was able to successfully use phonegap build to make an ipa file in the past but they were not able to be uploaded to the app store because of a provisioning problem, so I made a new distribution provisioning file and set it up on phonegap build. But now my ios build fails with the following error message:

No such file or directory - /var/folders/-P/-PX17287HeaPsPCVDhs5OU+++To/-Tmp-/4d2bf192-a18e-11e0-9baf-4040eebe8fea/certs/Certificate2.p12 or /var/folders/-P/-PX17287HeaPsPCVDhs5OU___To/-Tmp-/4d2bf192-a18e-11e0-9baf-4040eebe8fea/certs/Certificate2.p12

any help would be greatly appreciated!

This reply was created from a merged topic originally titled
iOS Build failing - Signing error?.
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
Hi guys,

We had a bit of an issue overnight where our development server was listening on our production iOS queue, and failing the builds there.

We've stopped the dev server's process now, and are re-queuing all the apps that failed.