iphone - How to integrate Unity inside native iOS App? -


i'm having troubles integrating simple unity project inside native ios app.

i followed this tutorial think things have changed since written. i'm stuck error:

error

and thats not one, there 1600 files include include file. problem 1600 files have wrong reference il2cpp-codegen.h

files

this build settings unity project:

enter image description here

so, after following tutorial, should change files references correct? or missing else?

thanks!

joel

edit i'm using unity 5.1.1f1 personal version.

you didn't copy libraries/libil2cpp folder.

that folder isn't visible inside xcode project can find in finder. should try , copy folder , maybe add build phases in xcode. not sure last step.


Comments