Archived

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

Ice Touch compatibility with Xcode 5.4

Hello,

I have upgrade my Xcode to package to 5.4.
This included upgrade to iOS6 SDK.

now, When I try to compile out my project it complains: "generatedFile.h" not existing.
i have tried to re install Ice (maybe it is the Ice plugin problem) but it doesn't help

could you help me?

Thanks,
Moshe

Comments

  • xdm
    xdm La Coruña, Spain
    Hi,

    In order to use the Ice Touch 1.2.1 Xcode plugin with Xcode 4.5, you just need to create a symbolic link:

    (as root)
    mkdir /Library/Application Support/Developer/4.5/Xcode/Plug-ins
    cd /Library/Application Support/Developer/4.5/Xcode/Plug-ins
    ln -s ../../../4.3/Xcode/Plug-ins/slice2objcplugin.pbplugin .