1

I have set up my mac os server and xcode server and placed my code in repository.i am able to check out and commit my code.Now i have set up my bot which builds the code with my scheme mentioned.

But iam unable to launch my simulator at the server end .where am i going wrong. pls suggest !!

sujay
  • 1,845
  • 9
  • 34
  • 55

1 Answers1

0

The same issue caused to me i just removed armv6 support and it started working again and it worked.

Also i would like to recommend you to read this

The removal of armv6 support should be here

Targets-> Info -> Required Device capabilities and delete the option with armv7
Sulthan Allaudeen
  • 11,330
  • 12
  • 48
  • 63