You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file Parcoa+ISSAdditions.h there is #import "Parcoa.h" which does not work with CocoaPods 0.38.2 and use_frameworks! directive. I managed to make it work by changing it to #import <Parcoa/Parcoa.h> but I'm not sure if this is the correct way.
The text was updated successfully, but these errors were encountered:
In the file
Parcoa+ISSAdditions.h
there is#import "Parcoa.h"
which does not work with CocoaPods 0.38.2 anduse_frameworks!
directive. I managed to make it work by changing it to#import <Parcoa/Parcoa.h>
but I'm not sure if this is the correct way.The text was updated successfully, but these errors were encountered: