I have a fix if you cannot upgrade the version of Unity that fixes this.
Locate the 3 files in the Unity app called il2cpp-codegen.h. For example, on Mac Unity, they are located here:
/Applications/Unity5.1.4/Unity.app/Contents/PlaybackEngines/WebGLSupport/BuildTools/Libraries/libil2cpp/include/codegen/il2cpp-codegen.h /Applications/Unity5.1.4/Unity.app/Contents/PlaybackEngines/iossupport/il2cpp/libil2cpp/include/codegen/il2cpp-codegen.h /Applications/Unity5.1.4/Unity.app/Contents/Frameworks/il2cpp/libil2cpp/codegen/il2cpp-codegen.h
Find this line in the following words:
NORETURN static void il2cpp_codegen_raise_exception (Il2CppCodeGenException *ex)
Remove "NORETURN" from each and save the files. Now it should work.
source share