Open osrl opened 8 years ago
I use static frameworks too and have the same issue. Is the fix above is a correct way to resolve this kind of problem?
I don't know if this is the correct way either, but it works fine. It would be good if someone explained this.
Had this issue as well and fixed using npalamar's solution. Not a great workaround for multi-developer projects though.
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?
I use
use_frameworks!
in my podfile. But xcode complains withEZAudioiOS.m
,EZAudioOSX.m
filesWhat I did to solve this issue was modifying these files and replace the line with
#import "EZAudio.h"
.