Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Please help me with issue I break my neck with..

I work with Xcode 4.5.* and I try to build a library with Build Settings:
Architectures: 32-bit Intel
Valid Architectures: *i386 & x86_64*

But after checking the library details with lipo command I see that the actual library is built only for i386

Now I know this works in Xcode <=4.3 - the library is built for both architectures

Thanks Roman

share|improve this question
Set Architectures to i386 & x86_64? – trojanfoe Dec 11 '12 at 11:31
It creates many cast conflicts in code(long to int conflicts) (which I can't change because of some reasons) which is 32-bit only. I'll stress it again - this works in xcode 4.3 – aleginho Dec 11 '12 at 11:35
Post a new question to get help solving the cast conflicts. – trojanfoe Dec 11 '12 at 11:36
I don't want to solve cast conflicts.. I know this works in sooner xcode. This is probably Xcode4.5 issue and there is maybe an answer for that.. – aleginho Dec 11 '12 at 11:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.