MobiVM / robovm

Ahead of time compiler for JVM bytecode targetting iOS, Mac OSX and Linux
https://mobivm.github.io
957 stars 132 forks source link

tvOs support #181

Closed ghost closed 1 year ago

ghost commented 7 years ago

I had build many my projects for for tvos, it's very good, can run, no bug the problem is i can not package for App store

mustii82 commented 7 years ago

Did you use RoboVM from this Repo? Did It run on the tvOS Simulator?

ghost commented 7 years ago

yes, Simulator and real device.

Tom-Ski commented 7 years ago

Are you getting rejected from the appstore? Bitcode is required for tvOS and watchOS apps, which is not supported in this version of robovm.

ghost commented 7 years ago

i can not build for release, it says robovm does not support. to build for debug i change info.plish as tutorial from robovm and run exactly the same as ios

dkimitsa commented 7 years ago

there is more than build is required. proper separation for cocoatouch library has to be added. otherwise it will compile against api that is probably missing in target platform

me4502 commented 4 years ago

As Bitcode is now supported in the jdk12 branch, is this something that could potentially be added in the future?