Search code examples
iphonethree20

How to remove Three20 from the project


Adding Three20 in your project has been made simple by the ttmodule.py script file. I was initially planning on using it in my project but i'm not, so i want to clean my project by getting rid of it. How can i remove it from my project?


Solution

  • Have a look in the "Groups & Files" window and open the folder "Frameworks". There should be a lot of entries:

    • Three20.bundle
    • Three20Core.xcodeproj
    • ...

    Delete all of the three20 entries. After this clean your target ("Build -> Clean") and rebuild ("Build -> Build").

    I hope this helps.


    EDIT:

    Two other ideas:

    • Try to analyse the installation script (three20/src/scripts/ttmodule.py) to understand what changes the script has made
    • Read the instructions for manual integration ("Adding Three20 to your project", https://github.com/facebook/three20) and revert all explained steps