jhurt / FLACiOS

Xcode project to create a fat binary libFLAC framework for use in iOS apps
BSD 2-Clause "Simplified" License
60 stars 20 forks source link

Xcode 10 build error #7

Open jonnyijapan opened 5 years ago

jonnyijapan commented 5 years ago

Trying to build this with current Xcode (10) and get this:

error: unable to attach DB: error: accessing build database "/Users/me/Library/Developer/Xcode/DerivedData/FLACiOS-eaqvkdlwvrfwogdxeovjvtzrghha/Build/Intermediates.noindex/ArchiveIntermediates/Framework/IntermediateBuildFilesPath/XCBuildData/build.db": database is locked Possibly there are two concurrent builds running in the same filesystem location.

jonnyijapan commented 5 years ago

Fixed with PR #8

veikoherne commented 1 month ago

I'm now in xCode 15 and encounter same issue. Seems, that "Run Script" is causing an issue as when I switch it off one of the builds it compiles, However, never makes me a framework. Any interest to get your old work running? I'm again interested to include a FLAC player to my music player and your code seems to be most convinient for me.

Thanks, Veiko Herne