Xcode 4.5 : old module wont build anymore

You must Login before you can answer or comment on any questions.

Hi, i just faced a big problem. I upgraded XCode 4.5. I use a custom build of the sdk in sync with tisdk master branch. I just realised that now my ios module doesnt build armv7 architecture anymore.

If i create a new module, build it then look at the .a with lipo- -info: i can see arch armv7 and i386. WHich is good! If i build my old module i only get i386. Which is bad :s

Is that normal? As i really need them, i will recreate module projects. But if my problem is confirmed it s gonna be a real problem.

— asked 8 months ago by Martin Guillon
1 Comment
  • After some tests, it might not be the upgrade which caused the problem. Must be something with my project. When building the module it was not building for device and so the .a only had i386.

    Can someone tell me how it works. I mean from my xcode project, how are "valid architectures" and "architectures" used?

    Also with xcode 4.5 appeared armv7s. Yet it does not appear in a new ios module xcode project

    — commented 8 months ago by Martin Guillon

Your Answer

Think you can help? Login to answer this question!