kstenerud / ObjectAL-for-iPhone

Mac and iOS Audio development, minus the headache. ObjectAL is the easy Objective-C interface to OpenAL, AVAudioPlayer, and audio session management.
http://kstenerud.github.com/ObjectAL-for-iPhone
885 stars 171 forks source link

CocoaPods issue #91

Closed mikemonaco closed 8 years ago

mikemonaco commented 9 years ago

pod 'ObjectAL-for-iPhone', '~> 2.5'

When trying to #import <ObjectAL/ObjectAL.h>, I am getting the following error:

Pods/Headers/Public/ObjectAL-for-iPhone/ObjectAL/ObjectAL.h:31:9: 'OALAction.h' file not found

Using Xcode 6.4. Assuming something is up with the header mapping in the podspec?

vovkasm commented 9 years ago

Can you test, this pull request #88 (Fix pod spec for cocoapods 0.39.0)?

mikemonaco commented 9 years ago

yup, this works!

On Thu, Nov 19, 2015 at 2:27 AM, Vladimir Timofeev <notifications@github.com

wrote:

Can you test, this pull request #88 https://github.com/kstenerud/ObjectAL-for-iPhone/pull/88 (Fix pod spec for cocoapods 0.39.0)?

— Reply to this email directly or view it on GitHub https://github.com/kstenerud/ObjectAL-for-iPhone/issues/91#issuecomment-157975766 .