-
Notifications
You must be signed in to change notification settings - Fork 5
VENu App
Marco Del Tutto edited this page Sep 8, 2016
·
2 revisions
Icon images and logos are in https://github.com/mibass/VENu/tree/master/VENuFigures.
.xcf files have to be opened with GIMP. I used the "layer via copy/cut" plug-in: http://some-gimp-plugins.com/contents/en/extensions/002/. Once dowloaded, the script layer-via-copy-cut.py must be copied in /Applications/Gimp.app/Contents/Resources/lib/gimp/2.0/plug-ins/ on a Mac, and make sure is executable.
When building the app with Xcode, the following error may pop up:
/Users/deltutto/Desktop/VENuStuff/VENuApp/VENuApp2/Libraries/libil2cpp/include/codegen/il2cpp-codegen.h:139:9: Expected ';' after top level declarator```
This can be fixed just removing `NORETURN` from file `il2cpp-codegen.h`.