EZAudio icon indicating copy to clipboard operation
EZAudio copied to clipboard

use_frameworks! causes "file not found" error

Open osrl opened this issue 8 years ago • 4 comments

I use use_frameworks! in my podfile. But xcode complains with EZAudioiOS.m, EZAudioOSX.m files

What I did to solve this issue was modifying these files and replace the line with #import "EZAudio.h" .

osrl avatar Feb 27 '16 14:02 osrl

I use static frameworks too and have the same issue. Is the fix above is a correct way to resolve this kind of problem?

npalamar avatar Feb 28 '16 19:02 npalamar

I don't know if this is the correct way either, but it works fine. It would be good if someone explained this.

osrl avatar Mar 01 '16 12:03 osrl

Had this issue as well and fixed using npalamar's solution. Not a great workaround for multi-developer projects though.

don-inkscreen avatar Mar 01 '16 18:03 don-inkscreen

Happened to me too. I'm using Xcode 7.3 and CocoaPods 0.38.2. Changing the import directive to #import "EZAudio.h" fixed the issue for the moment.

Any updates on the solving of this issue?

danfsd avatar Apr 13 '16 13:04 danfsd