ISOBMFF icon indicating copy to clipboard operation
ISOBMFF copied to clipboard

Compile framework for arm64

Open jockm opened this issue 1 month ago • 2 comments

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?

jockm avatar Nov 13 '25 17:11 jockm

The provided Xcode project builds for both x86-64 and arm. You should check your run destinations in Xcode.

macmade avatar Nov 13 '25 17:11 macmade

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.

jockm avatar Nov 13 '25 18:11 jockm