1

When I am trying to run my app from Xcode 5, Its showing me this error and app is not running. App was working fine with Xcode 4.6 but when I switched to Xcode 5 its showing this error.

There is no SDK with specified name or path 'Users/.…./Project/armv7.

Error : Composite SDK failed : unknown error.

I have tried everything that but still its not working. Can anyone help me with this issue?

Shiva Saurabh
  • 1,281
  • 2
  • 25
  • 47

2 Answers2

0

Click on your Project info window and under build settings do the following.

Set "Base SDK for All Configuration" to latest available sdk on your system.

Quit your xCode and and open it again.

This should solve your problem.

Hope it helps you.

Manthan
  • 3,856
  • 1
  • 27
  • 58
0

Try with build setting Architecture "armv7 armv7s armv6". If then it still shows an error, better to quit the Xcode, and run it again.

BergQuester
  • 6,167
  • 27
  • 39
Laxmi
  • 132
  • 1
  • 3
  • 12