I am trying to develop 1 app with phone gap. When i try to use plugin extractzipfile for iOS it's throw this error:
Undefined symbols for architecture i386:
"_main", referenced from:
start in crt1.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
then i seach for issue and i find 1: "add main.m in to compiler source of compiler phrase".
and this error above is fixed. But it's throw an exeption:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unable to instantiate the UIApplication delegate instance. No class named AppDelegate is loaded.'
I am using phonegap 2.5.0 and Xcode 4.6.1, use iPhone simulator 6.1
Please, hlep me! i am new and fool!
thanh for reading!