1

I keep getting this error code when attempting to build.

ld: entry point (_main) undefined. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I know this probably isnt enough info so please tell me what else i need to show you. Please help I'm totally lost.

Thanks!

2
  • 3
    You don't have a main method Commented Jul 23, 2013 at 3:32
  • @aaronman wow that was a failure on my part... thanks solved my problem Commented Jul 23, 2013 at 12:03

1 Answer 1

2

I got the point just add the main.m and AppDelegate.m in to build phase. It solved my problem

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.