matsune / MidiParser

Read/Write SMF(Standard Midi Files) in Swift for iOS/macOS
MIT License
84 stars 36 forks source link

Carthage + Xcode 10 : Task failed with exit code 65 #2

Closed Veremei closed 5 years ago

Veremei commented 5 years ago

When run 'carthage update --platform iOS on your project'

Get this :

"Building scheme "MidiParser iOS" in MidiParser.xcworkspace Build Failed/Task failed with exit code 65"

matsune commented 5 years ago

I just fixed and released version 0.2 . Please retry carthage update --platform iOS

Veremei commented 5 years ago

Thanks!

ajmalhsn commented 4 years ago

MIdi Parser error on Xcode 12.0. I am receiving the error that it was compiled by Swift 5.2.4 and is not compatible with swift 5.3. Changing the compiler version in my project also doesn't fix this.

dejawooh commented 4 years ago

Looks like updating to Xcode 12 makes the library incompatible. not able to find any workaround.