0

When I try to change the table view style from Plain to Grouped in the attribute inspector and then build, it gives me the following error message: Uncategorized could not read archive. So what's the problem?

Mohamed Salem
  • 161
  • 3
  • 9

2 Answers2

0

Are you sure you are not using any special character in your project name or any where else? Because i have created one project in Xcode 4 and then grouped tableview using attributes and run the programme and it is working perfectly.

Khushbu Patel
  • 158
  • 1
  • 7
0

all your xib files and classes should not contain special charecters like $,#,% etc search and remove them

Saad
  • 8,857
  • 2
  • 41
  • 51