BoltsFramework / Bolts-ObjC

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
5.65k stars 578 forks source link

Built framework lacks slices #339

Closed hqfrank closed 4 years ago

hqfrank commented 4 years ago

I am building the bolts framework. However, after build, the generated framework's fat file only contains architectures: i386 and armv7. I want it also contains x86_64 and armv64.

How to make the changes to the default setting to do so?

hqfrank commented 4 years ago

@nlutsenko @richardjrossiii

hqfrank commented 4 years ago

Found the solution: Change the build version from Debug to Release in script/build_framework.sh