beeware / Python-Apple-support

A meta-package for building a version of Python that can be embedded into a macOS, iOS, tvOS or watchOS project.
MIT License
1.11k stars 160 forks source link

How to build .framework library but not the .a type? #89

Closed fisherjoe closed 4 years ago

fisherjoe commented 4 years ago

When I use command "make iOS" to build library, it general .a library but not the .framework! How to build .framework library but not the .a type? What is the command?

freakboy3742 commented 4 years ago

There is no special command to build a framework. It builds a .a, because that works.