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?
Asked
Active
Viewed 126 times
0
-
I tried to create a new project, however the same problem still exist. – Mohamed Salem May 09 '12 at 14:16
-
I have found out what's the problem! When I changed the *Group Table View Background Color*, the project compiled without any error. – Mohamed Salem May 09 '12 at 14:50
2 Answers
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
-
I'm sure I have never used any special character in the entire project. – Mohamed Salem May 09 '12 at 14:15
0
all your xib files and classes should not contain special charecters like $,#,% etc search and remove them

Saad
- 8,857
- 2
- 41
- 51
-
All my classes and nib files' names don't contain any special characters. – Mohamed Salem May 09 '12 at 14:18