xcodebuild -create-xcframework generate errors

Hello,

We try to build an universal framework (especially for Silicon) but when we try to launch 'xcodebuild -create-xcframework ...' we got an error : "unable to create a Mach-O from the binary"

We managed to create 2 archives (device and simulator) with thie command 'xcodebuild archive...' but then we got the error above when trying to generate xcframework.

Our framework use VLCMobileKit so may be the error comes from that but we are pretty lost now :) , and xcodebuild command doesn't show furhter infos about the error.

Thanks in advance

Add a Comment