AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

found 37 file(s) which are unhandled; explicitly declare them as resources or exclude from the target

transat opened this issue · comments

commented

Whenever including AK5 in my projects, I get the following warning in XCode:

found 37 file(s) which are unhandled; explicitly declare them as resources or exclude from the target

This happens with the Cookbook as well.

To quash the warnings though, should I be explicitly declaring these files or excluding them from the target?

These are just README files that Xcode used to be able to ignore so we assumed this would just be a temporary annoyance and haven't done anything about it.

I was able to supress one of these warnings in a test, but it had to be done explicitly for each file and I think there has to be a better solution, so I didn't commit it.

commented

Some are markdown files but there are actually quite a few C header files as well. e.g.

/Users/xxx/Library/Developer/Xcode/DerivedData/xyz-cgeebseytnxpiqdaodropmpxlrkn/SourcePackages/checkouts/AudioKit/Sources/CAudioKit/AudioKitCore/Common/AHDSHREnvelope.hpp

I believe this is all resolved.