ios - why the xcode build app for the i386 architecture when the build active architecture only is set to no in debug? -


i got third party library not support i386 , in debug mode when build active architecture set no, xcode build fail i386. in release configuration , set build active architecture no , seems not build i386.so app build success.what's reason in it? how xcode judge whether build i386 or not?


Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

shared memory - gstreamer shmsrc and shmsink with h264 data -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -