AudioKit / AudioKitEX

C-backed AudioKit DSP
MIT License
48 stars 35 forks source link

how to create xcframework #30

Closed tuananhdtu closed 1 month ago

tuananhdtu commented 1 month ago

macOS Version(s) Used to Build

macOS 13 Ventura

Xcode Version(s)

Xcode 14

Description

i try library https://github.com/segment-integrations/swift-create-xcframework convert audiokitex to xcframework then i can use in sdk

but when i try thought error The following build commands failed: CompileC /AudioKitEX.build/Release-iphoneos/CAudioKitEX.build/Objects-normal/arm64/SequencerEngine.o AudioKitEX-main/Sources/CAudioKitEX/Sequencing/SequencerEngine.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CAudioKitEX' from project 'AudioKitEX') (1 failure) Error: xcodebuild exited with a non-zero code: 65

Crash Logs, Screenshots or Other Attachments (if applicable)

No response