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
I tried using cocoapods-binary on a project but immediately ran into the problem that some of my previous obj-c style imports are no longer working (e.g. #import <foo/foo.sh>).
It looks like cocoapods-binary doesn't include the headers? Is there any way to change that?
The text was updated successfully, but these errors were encountered:
Hi,
I tried using cocoapods-binary on a project but immediately ran into the problem that some of my previous obj-c style imports are no longer working (e.g.
#import <foo/foo.sh>
).It looks like cocoapods-binary doesn't include the headers? Is there any way to change that?
The text was updated successfully, but these errors were encountered: