jverkoey / iOS-Framework

How to create, develop, and distribute iOS Static Frameworks quickly and efficiently
2.61k stars 281 forks source link

Framework only includes i386 and armv7 architectures #95

Closed haifenghuang closed 10 years ago

haifenghuang commented 10 years ago

I've downloaded your iOS-Framework and when i build the aggregate target, and verify with command:
lipo -info Serenity.framework/Serenity
It gave me below result:
Architectures in the fat file: Serenity.framework/Serenity are:i386 armv7

Not i386 x86_64 armv7 armv7s arm64. BTW, My build environment is as below:
Xcode version 5.1.1(5B1008) iOS SDK 7.1

haifenghuang commented 10 years ago

I've solved the problem according to issue #77