HallM / MapsForge-ios

An iOS port of the Java based MapsForge OSM mapping library using J2ObjC and native code.
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Build Problem: No input files #13

Open ndacosta opened 8 years ago

ndacosta commented 8 years ago

Hello, I'm trying to build the project and I'm getting errors with some files, like this:

No such file or directory: '/Users/user/MapsForge-ios-master/transpiled/org/mapsforge/core/graphics/FillRule.m'

I'm using XCode 7.2, and mapsforge-0.5.1. I already compile j2objc without any problem, what I'm doing wrong?

HallM commented 8 years ago

I'll look into it. I was in the process of upgrading to mapsforge-0.6.0 and testing with the latest Xcode, so maybe there was some old file references that I left hanging.

ndacosta commented 8 years ago

Is there any stable version? Maybe I can fix the problem and submit changes. I want to help.

ndacosta commented 8 years ago

Have you look into it? I need to use an offline vector map and I would like to use this project. How can I help?

HallM commented 8 years ago

Sorry, I'm in the middle of packing and moving for the next couple weeks. I pushed my progress to getting 0.6.0 working into a branch. Currently, I was working towards comparing the Android version and making sure the iOS was API compatible. The next effort is to get a UIViewController to render. I was having issues with the UIViewController code and only had the default grey screen with 0.5.1. I'm not certain if it was an issue loading a map file, an issue with loading the rendertheme, an issue with layers not loading in, or the renderer not being started. I've seen the same grey screen in those cases, but didn't see a reason for it. I began to upgrade to Mapsforge 0.6.0 since they changed some of the rendering API and the way map files are loaded in the hopes I would solve the issue along the way. I haven't made any progress in updating an example UIViewController to 0.6.0, just have been focused on getting this core working. I just pushed up https://github.com/HallM/Mapsforge-Example which is the work on the UIViewController and showing how to use the core mapsforge parts.