iphone - Cordova 3.5 iOS - Xcode Apple Mach-O Linker error for CDVCamera -


i'm encountering error during build phase of cordova (3.5) project:

undefined symbols architecture i386: "_cgimagedestinationaddimagefromsource", referenced from:   -[cdvcamera imagepickercontrollerreturnimageresult] in cdvcamera.o ... , 15 more of 

a lot of posts noted, have add cdvcamera.m file compile sources section. without entry don't error... app won't able use camera in case. tried different versions of plugin, nothing changed.

is there may have forgotten?

i have had same issue , have managed fix xcode: select target in build phases > link binary libraries should add imageio.framework , coregraphics.framework

an image settings: http://screencast.com/t/rsxzrukyslay


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -