solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode compile errors

huzhenbang opened this issue · comments

errors information is "ld: warning: ignoring file ../../../build/lib/libcaffe.a, missing required architecture i386 in file ../../../build/lib/libcaffe.a (3 slices)"
The library can not be loaded correct. Help please.

@huzhenbang If it needs i386 arch, that means you were building for simulator. Please follow the building instructions for iPhone Simulator.