legion151

Results 22 comments of legion151

Can confirm for android.

I now tried with - Swift-project (freshly created) - our roboface-example framwork The first weird thing is, that by normal adding our framework, XCode complains that it lacks bitcode (which...

ObjC is exactly the same. I now try to build a completey new framework.

So i played around a little. I have to admit that I am not really sure how to build a template robovm framework via mvn compiler plugin. Since the newest...

Hi and sry for the delay. Today i had some time to look this again. I now created new Framework via your description. With the exception of enabling bitcode. Using...

Followed these steps again. No success for me. As said ipatool crashes for me but with an an error which is not solved with your patch and i guess is...

First things first: Thank you very much for looking at this. Your findings show, that my machine allready fails at gettin the framework correctly build. I assume the otool command...

Hi there. I setup a new framework project for the git repo which i linked. There I used gradle for building. However I get the same results, no matter if...

I'll try. gradle: - [github](https://github.com/legion151/bitcodeTest20201120) - [binary](https://files.ecsec.de/index.php/s/ZKzwW386yy6k2c6) mvn (created today): - [github](https://github.com/legion151/bitcodeTest_mvn_20201124) - [binary](https://files.ecsec.de/index.php/s/LLBroi8kFkdDX5s) each framework shares the same problem for me. Another example can be found [here](https://github.com/ecsec/open-ecard/releases/download/2.1.1/OpenEcard-CocoaPod.zip), which is...

What do you mean by "command line". Creating and consuming the template projects, i don't use comands at any point? Do I miss a step?