-3

I am just copying application in xcode 4.2.App was created in xcode 4.5 .

I got this error when i compile it on my older mac machine.

Error Massage

Please Help Me.

Thanks.

5
  • 1
    Google your question before asking here! You may find your answer in some of this, this, this, or this answers. Commented Feb 4, 2013 at 7:44
  • @Hemang i had tried a lot with google and stackoverflow but can't solve this error so i put it here. Commented Feb 4, 2013 at 7:46
  • It says exactly what the problem is in the error. Commented Feb 4, 2013 at 9:27
  • @Abizern ya,i knew it. i can see. but how to solve this error? Commented Feb 4, 2013 at 9:29
  • 2
    By either making sure the file exists where the project thinks it exists, or removing it from your build settings. Commented Feb 4, 2013 at 9:33

1 Answer 1

2

It’s looking for a prefix header file. Did you delete it? If so, then you should delete the Prefix Header setting in the Build Settings tab of the project editor.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.