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'm trying to use SKTiledMap in Swift.
I'm using cocoapods.
When importing others framework (swift one like AlamoFire or Objective-C one like MBProgressHud) I have no problems.
But with SKTileMap, I got the following issue:
/../Pods/SKTiledMap/Framework/SKTiledMap.h:16:9: Use of private header from outside its module: 'SKMapRenderer.h'`
/../Pods/SKTiledMap/Framework/Classes/OrthogonalRenderer.h:9:9: Use of private header from outside its module: 'SKMapRenderer.h'
/.../Pods/SKTiledMap/Framework/Classes/IsometricRenderer.h:9:9: Use of private header from outside its module: 'SKMapRenderer.h'
Any idea?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use SKTiledMap in Swift.
I'm using cocoapods.
When importing others framework (swift one like AlamoFire or Objective-C one like MBProgressHud) I have no problems.
But with SKTileMap, I got the following issue:
Any idea?
The text was updated successfully, but these errors were encountered: