I'm following a tutorial on building a multi-platform iOS framework -- it mentions these architecture names:
In my Xcode build Settings, I set my architectures like so:
- $(ARCHS_STANDARD)
- i386
- x86_64
- arm7s
- armv7
- armv7s
However, upon building I get the following errors:
Anyone have a clue why?