I am trying to migrate my app which was initially developed in iOS 4.3 to iOS 5. All the third party code is being migrated with Xcode's refactor tool. But it doesn't convert the code and shows a lot of errors with the third party files like ShareKit and ASIHTTPRequest. Can anyone help out?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
When you convert just unstick the third-party files that are causing you problem. Because ARC is still reference counting you are able to mix ARC and non-ARC files in the same project. |
|||||||||||||
|