I\'m trying to update an app that already have the Three20 library. Now i\'m using xcode 4.5 and everytime i try to make an Archive i recive this error:
Three20/Three20.
I also support switching away from three20, but sometimes it's not that simple.
To resolve your issues, you can try to use CocoaPods. it's a library dependencies tool that let's you add any library you need. someone added a pod for three20 few weeks ago.
That should let you build your project using the standard xcode archive process.
If you don't feel like using cocoapods, you can also build that app using the "Build for..." -> "Archiving". you can find it in the same "Product" menu. it will generate a .app file that you can submit using the Application Loader
app.
you can find the .app
file by secondary clicking on the target name under the "Products" folder in your project sidebar.