ISOBMFF
ISOBMFF copied to clipboard
Compile framework for arm64
I am on a arm mac and want to compile a framework for arm64, but it only seems to make one for x86_64. Is there a way to do this?
The provided Xcode project builds for both x86-64 and arm. You should check your run destinations in Xcode.
I will confess I didn't look, nor did I think I had to go to xcode when it makes a framework from the command line. It would be nice if this were documented better as all it says is
An Xcode project is provided for convenience, containing the following targets: ... Note that you can also build the library with make, on the command line.