iphone - From Xcode 3.2.2 to Xcode 3.2.3 -


Tomorrow I felt a big problem with all of my projects, I installed the new Xcode 3.2.3 (for the iPhone OS 4) After all, all my projects were referred to ":" Errors I noticed that all the iPhone SDKs in the new Xcode were earlier removed compared to version 3.2. But I have a project that was fully built on the ExCode 3.2.2 for the iPhone SDK 3.2, but there are building errors for the iPhone SDK 3.2 on Xcode 3.2.3.

Thanks in advance!


I have narrowed the boundary of this issue and now I think that this problem is due to the reheability class, although it is copied from the official apple sample it was done. I think Apple developers have removed links to some standard libraries but what links ??? Anyway, I'm sure someone has seen this problem because it is due to the reheability (99% of this class usage)!

Thanks in advance!

Errors of "referenced type" mean that some structures Should be added. And it works with the Reachability class (just need to add system configurations framework) but Twitter API refused to work This is the reason why all my old projects refused to compile on the new Xcode - because of the twitter The API does not work for OS4 (Exec 3.2.3). :( This is actually very bad: ((


Comments