Reputation: 1
I'm new to this so please make allowances.
I'm trying to build Audioslicer which seems to need a framework called IntervalSlider
. The IntervalSlider
build fails with:
framework not found InterfaceBuilderKit.
However, the framework seems to be present under the Frameworks
group with the necessary headers.
Can anyone suggest what I'm doing wrong? Thanks
Upvotes: 0
Views: 343
Reputation: 64428
Well, this looked interesting so I downloaded the source. I built it and got an entire slew of build errors.
It looks like
In short, this looked like a good idea in its day but the project has gone silent, stale and out of date. You'll need to find an alternative unless you want to spend weeks or months (1) learning how to build such a complex project and (2) tracking down all the updated versions of libraries (assuming they exist.)
I advise looking for another solution. Too bad because this looked like a really neat idea. Such is the fate of a most FOSS. It takes too much drudgery coding to keep something like this up to date. All the fun in coding comes from the creation. Maintenance coding is about as fun as washing the dishes. Few are will to undertake such a chore year-in-year-out without pay.
In the future, always check the last project update date. If its more than a year or the before the last major OS rev, expect problems.
Upvotes: 1