嘗試構建時,我不斷收到此錯誤代碼。鏈接器命令失敗,退出代碼1 Xcode
ld: entry point (_main) undefined. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我知道這可能沒有足夠的信息,所以請告訴我還有什麼我需要告訴你。請幫助我完全失去了。
謝謝!
嘗試構建時,我不斷收到此錯誤代碼。鏈接器命令失敗,退出代碼1 Xcode
ld: entry point (_main) undefined. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我知道這可能沒有足夠的信息,所以請告訴我還有什麼我需要告訴你。請幫助我完全失去了。
謝謝!
我明白了,只需添加main.m和AppDelegate.m即可構建階段。它解決了我的問題
這也解決了我的問題! –
浪費了近4個小時。這解決了這個問題。應該被標記爲接受的答案 – BountyHunter
你沒有主要方法 – aaronman
@aaronman哇,這是我的一部分失敗......謝謝解決了我的問題 – user2150433