* 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