Crash at start on ios 10.3

Issue #21 resolved
I K created an issue

Crash happens on rom load - fopen returns null. It happens because it tries to open resources from [[NSBundle mainBundle] resourcePath], but during to recent changes in ios 10 resources path includes application name. I fixed that by changing CMakeLists.txt: set_source_files_properties(${_file} PROPERTIES MACOSX_PACKAGE_LOCATION "res/rom") set_source_files_properties(${_file} PROPERTIES MACOSX_PACKAGE_LOCATION "res/font") You can check my fork (I have no permissions to make pull request)

Comments (6)

  1. Andrey Dj repo owner

    Checked both on 10.3.3 & 9.3.? with CMake project files full regeneration - all works fine.

  2. Log in to comment