florianf

Results 25 comments of florianf

Mostly this means, something wrent wrong with your provisioning profile or the like. What I usually do, is to create a simple application in Xcode, set the 'Bundle Indetifier' and...

Thanks for the info! Does picking a device by UDID fix your problem, see PR https://github.com/MobiDevelop/robovm/pull/139 ?

@CoderBaron can you take a look at this?

Also CC'ing @xoppa . Any idea, seems to happen quite frequently?

Allright. You think the use of the union unaligned in packed.h is the culprit?

Hey, please try updating to 2.3.1, to remove the linker warnings.

@yohanboniface I got the same error "Mapnik does not support jpeg grayscale images" when trying to add a hillshade 1 band raster image. I've no mapnik version installed on my...

@yohanboniface Found the problem: the required type attribute is "gdal" not "raster" for the datasource. Now it works!

Just tested it, it works like expected, screenshot with skirts visible with this PR: ![With skirts](https://user-images.githubusercontent.com/396450/191217525-6bf61ad8-1f0c-4c1d-bacf-08efbe1717d8.png) Current main, without skirts: ![Without skirts](https://user-images.githubusercontent.com/396450/191217417-1a903c6d-82ba-4e65-8aab-15a4c32e3f58.png) Great work again, thx!