Unity , iOS integration

Hi,
I’m trying to create an application with Unity and iOS. I have created iOS code from unity and I need to link it with unity code. Here is the tutorial I followed Add Unity3D in a native iOS application - the-nerd . Here the project build successfully and it gives a run time error Uncaught exception: NSInternalInconsistencyException: createViewHierarchyImpl is deprecated and will not be called. Override willStartWithViewController .
Need a solution from experts. Thank you.

Hi @thanujc
Did you loved your problem ?
I’m also having same issue.

createViewHierarchyImpl is obsolete, now you need to do it differently.