What's new

PhoneGap problem in iPhone xcode 4

amritaghosh

New Member
Joined
Aug 22, 2011
Messages
1
Reaction score
0
I want to integrate PhoneGaP 1.0.0 in my project, its integrate but there i have faced one error i.e,

cp: /Users/...../Documents/PhoneGapLib/javascripts/phonegap.*.js: No such file or directory


Ld /Users/....../Library/Developer/Xcode/DerivedData/Turbo-gapzyknxoshbloevugyagcmayzbj/Build/Products/Debug-iphonesimulator/Turbo.app/Turbo normal i386
cd /Users/......../Desktop/bkup/Turbo
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 -arch i386 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk -L/Users/...../Library/Developer/Xcode/DerivedData/Turbo-gapzyknxoshbloevugyagcmayzbj/Build/Products/Debug-iphonesimulator -F/Users/....../Library/Developer/Xcode/DerivedData/Turbo-gapzyknxoshbloevugyagcmayzbj/Build/Products/Debug-iphonesimulator -filelist /Users/......../Library/Developer/Xcode/DerivedData/Turbo-gapzyknxoshbloevugyagcmayzbj/Build/Intermediates/Turbo.build/Debug-iphonesimulator/Turbo.build/Objects-normal/i386/Turbo.LinkFileList -mmacosx-version-min=10.6 -lz -all_load -Obj-C -Xlinker -objc_abi_version -Xlinker 2 /Users/......../Library/Developer/Xcode/DerivedData/Turbo-gapzyknxoshbloevugyagcmayzbj/Build/Products/Debug-iphonesimulator/libPhoneGap.a -framework Foundation -framework UIKit -framework CoreGraphics -framework AddressBook -framework AddressBookUI -framework AudioToolbox -framework AVFoundation -framework CFNetwork -framework CoreLocation -framework MediaPlayer -framework QuartzCore -framework SystemConfiguration -framework MobileCoreServices -o /Users/..../Library/Developer/Xcode/DerivedData/Turbo-gapzyknxoshbloevugyagcmayzbj/Build/Products/Debug-iphonesimulator/Turbo.app/Turbo

Undefined symbols for architecture i386:
"_unzOpen", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzGetGlobalInfo", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzGoToFirstFile", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzOpenCurrentFile", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzOpenCurrentFilePassword", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzGetCurrentFileInfo", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzCloseCurrentFile", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzGoToNextFile", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzReadCurrentFile", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_unzClose", referenced from:
+[SSZipArchive unzipFileAtPath:toDestination:eek:verwrite:password:error:] in SSZipArchive.o
"_CMTimeGetSeconds", referenced from:
-[PGCapture getFormatData:withDict:] in libPhoneGap.a(Capture.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status

Can some one please help me out for this issue?

Thanks in Advance.
 
Top