views:

26

answers:

2

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.

+1  A: 

This may be too basic, but have you tried to clean the target first?

livingtech
+1  A: 

EDIT: Ignore what I wrote before here's the answer http://stackoverflow.com/questions/1542880/iphone-library-file-is-not-of-required-architecture

Henry Balanon
Thank that was exactly what i was looking for :)
Hush