Archived

This forum has been archived. Please start a new discussion on GitHub.

ICETouch: Should we upgrade to Xcode 4.4?

Hi

I know this is a very premature time to ask the question. But should we updgrade our xcode to version 4.4 that was released recently on the app store. Will the current icetouch plugin still work with it ? If not, can someone tell me if I will be able to make some modifications in order to allow compatibility or we should wait on the upgrade till a new version of icetouch is released?

thanks
sandeep

Comments

  • After some debugging I got the iceTouch plugin to work with Xcode 4.4 .

    The following is a hack to get the iceplugin to work with Xcode 4.4 (Although, it might be prudent to wait for the official release of a new version to allow this behavior.):

    Slice is installed by default in /Library/Developer/IceTouch-1.2.1/ and the Xcode plugin (for version 4.3) is installed in /Library/Application Support/Developer/4.3/ . For Xcode 4.4 we just need to create a new directory: /Library/Application Support/Developer/4.4/ and copy all contents from 4.3/ to 4.4/ . You need to perform a "$ sudo cp ..." in order to allow the copy action.


    thanks
    sandeep