Archived

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

Xcode - Clang: error: no input files failed with exit code 1.

Hi All,

I m getting below error. PI provide any suggestions or steps to overcome this error.

clang: error: no such file or directory: '/usersd/chairman/desktop/MySecondTabApp/MySecondTabbApp/"MySecondTabbApp/MySecondTabbApp-Prefix.pch"'

Clang: error: no input files

Command/Users/chairman/Desktop/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/user/bin/clang failed with exit code 1

Comments

  • xdm
    xdm La Coruña, Spain
    This seems like a problem with your project pre compile header settings.

    In Xcode "Build settings" review the value for "Prefix header" seems to me that you have it set to "MySecondTabbApp/MySecondTabbApp-Prefix.pch" and it should be just "MySecondTabbApp-Prefix.pch"

    Note that this is an Xcode problem rather than an Ice problem. You will get better advice asking this in a Xcode specific forum.