Closed mhergon closed 9 years ago
All you have to do is create a file named <YourProjectName>-Bridging-Header.h and put there #import <Mapbox.h>
PSTDev, I already tried, but does not work...
Try #import <Mapbox.h>, without Mapbox_iOS_SDK.
@PSTDev with
#import <Mapbox.h>
or
#import "Mapbox.h"
Error: 'Mapbox.h' file not found
Check if you have Mapbox.h in your Pods project in Workspace
Yes, it's all right ...
Finally, it works! I selected all .h from Mapbox-iOS-SDK folder on Pods and I made Public. After this, works fine!
But this procedure is correct?
I have Project target for all headers
It is a very strange issue...
This is the same basic issue as #631.
Hi,
I'm getting this error, any help for this? Project in Swift with Cocoapods
Podfile
And the error...
I tried with a Bridge.h file but get the same error...
UPDATE
Thanks!