solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

xcode compile errors #21

Closed huzhenbang closed 7 years ago

huzhenbang commented 7 years ago

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.

solrex commented 7 years ago

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