Burhanuddin Sunelwala

Results 5 comments of Burhanuddin Sunelwala

Well this was not working when using with Xcode 8.0 and Swift 3.0. When running on Xcode 7.3 with Swift 2.3, it works absolutely fine!

How did you load .3ds model? can you share a sample code?

> I am having the same issue. > > ![image](https://user-images.githubusercontent.com/8565393/70865312-51ff8380-1f86-11ea-9f75-44ad77e9a0cb.png) > > Edit: > Resolved after deleting github credentials from the keychain. Having the same issue

When I replace the row 87 in spatialite.c: ``` #include ``` with: ``` #include ``` it throws this **'spatialite/spatialite/spatialite.h' file not found.** Also I cannot find spatialite folder inside the...

Well the steps are same as mentioned in **README.md**. Just **do not** use 'use_frameworks!' in your pod file. For libraries which needs 'use_frameworks' in pod file, use **carthage** for those...