After following the steps I am getting the following error from Classes\AppDelegate.h:
'UnityAppController.h' file not found
I have completed and re-verified the following steps:
--In Configurations of your project, set all the configurations as unityconfig
--In Build Settings, set the value of UNITY_IOS_EXPORTED_PATH to the path of your Unity iOS build folder (do this for PROJECT and the TARGETS)
--In Build Settings, select Prefix Header and press Delete to revert its value back to the default value (in case it is overridden)(do this for PROJECT and the TARGETS)
Any ideas if there is something else that could be missing?
After following the steps I am getting the following error from Classes\AppDelegate.h:
'UnityAppController.h' file not found
I have completed and re-verified the following steps:
--In Configurations of your project, set all the configurations as unityconfig
--In Build Settings, set the value of UNITY_IOS_EXPORTED_PATH to the path of your Unity iOS build folder (do this for PROJECT and the TARGETS)
--In Build Settings, select Prefix Header and press Delete to revert its value back to the default value (in case it is overridden)(do this for PROJECT and the TARGETS)
Any ideas if there is something else that could be missing?