1

I recently updated my iOS SDK to 4.2 and now my frameworks have some wrong file-paths… I found a lot of these frameworks but I couldn't find the UIKit etc.

But it must be in the same folder, so what should I do?

Can I download these frameworks from somewhere!?

XCode Frameworks

Thanks for help! :)

Abizern
  • 146,289
  • 39
  • 203
  • 257
Christian 'fuzi' Orgler
  • 1,682
  • 8
  • 27
  • 51

1 Answers1

2

I had this problem too, and I discovered that the frameworks aren't actually missing - they have just become unlinked to your project.

To get them back, delete them from your project, and then re-add them - preferably one at a time.

I was able to sometimes reproduce this issue by trying to add (or move) multiple frameworks at a time. When I worked with them one at a time, it always worked.

Good luck!

radven
  • 2,296
  • 1
  • 22
  • 39