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
Post a Comment