iphone - Apple Match-O linker error: "_Main", Referance from; -


newbie here

i cleaning of code deleting , moving around excess code had been playing around with, , got above error , have no clue went wronge or how fix it. not trying special app, few buttons, table view, navigation controller, , mfmailcomposeviewcontroller.

p.s. help. leads, tips, tricks, cheats, , plain advise welcome.

search project , verify have global function satisfying method signature:

int main(int argc, char *argv[]) 

xcode template project add method in file named main.musually under other sources group.

if function exist, make sure file included in targets list of compile sources.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -