robovm icon indicating copy to clipboard operation
robovm copied to clipboard

* maintenance: XCode16 support (also fixes #795)

Open dkimitsa opened this issue 1 year ago • 0 comments

  • bitcode is disabled as deprecated, causes binary verification fail at apple side, also causes VM natives compilation to fail
  • added Library/Developer/Xcode/UserData/Provisioning Profiles folder for provisioning profiles
  • fixed ObjectFileTest. Recent clang includes dwarf v5 debug info and it is not compatible with our implementation (affects only test)
  • CMAKE -- fixed warning that exec_program should not be used

dkimitsa avatar Oct 10 '24 21:10 dkimitsa