I've implemented both SKMaps and SDKTools exactly the way it is described in your docs, step by step in Swift without CocoaPods. However I cannot get the tools to work. I have compared my project to the Swift Demo Project and I cannot find any differences.
The tools' docs don't say anything about a bridging header file that is needed, but since the demo project uses one, I copied it. After that, when I try to build my project I get the following error message:
SDKTools/Navigation/SKTNavigationManager.h:16:9: 'SKTMainView.h' file not found
Has anyone encountered the same problem or has any idea on how to fix this? Sidenode: Xcode asked me to replace all < with double quotes for the import to work in my bridging file.
Any help is much appreciated.
I implemented using Cocoapods and had the same issue. The only way I could get it to work was to remove the first parts and only put the following in my bridging file