kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Undefined symbols for armv7 in release. Debug is fine. #139

Open lvandal opened 10 years ago

lvandal commented 10 years ago

Do you have any idea why when I try to archive my project in release, it refuses to do so, saying that some symbols or methods aren't found for armv7 for my framework?

What's weird is that lipo -info on another framework project is set to i386 armv7 and armv7s while te problematic framework is set to i386 only. Yet, I don't see where it says to build for i386 in the target settings.

This is driving me nuts and I think it started with Xcode 5. Is it confused? Should I just recreate the target?