xcode4.5 - iOS - Can't Build on Device but Simulator on Xcode 4.6 -


i'm using xcode 4.6 cannot build app on device working on simulator. looking lbxml2, followed solutions given other users adding "${sdk_dir}/usr/include/libxml2" header search paths under build setting, include in link binary libraries under build phases still no luck.

before switched xcode 4.6, building on xcode 4.5. so, don't know wrong.

thanks!

edit:

i getting error:

ld: library not found -lxml2 clang-real++: error: linker command failed exit code 1 (use -v see invocation) command /applications/xcode 4.6/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/clang++ failed exit code 1 

how trying link library in?

a "-lxml2" line in build settings?

when add dylibs project, way see in screenshot.

try , see if works also:

add library way


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -