Hello everyone, I'm trying to build a project using xcode. The project is linked with a dynamic library and everything works fine when building in simulator mode.
My problem is every time i try to build in device mode i get the error "id returned 1 exit status" (which is usually a lib link error). I also get the warning "myLib.a file is not of required architecture". This warning disapear when unchecking the target in the library infos but the error remains.
Thank you in advance,
regards hush.