I build the Unity3D project using the example on Github Unity3D-Indoor-Example for IOS with Unity 2018.2.14f1, but when a try to download the app to my iOS device with Xcode 10.1 I found an error ‘EILIndoorSDK.h’ file not found
Can anyone help me!
I build the Unity3D project using the example on Github Unity3D-Indoor-Example for IOS with Unity 2018.2.14f1, but when a try to download the app to my iOS device with Xcode 10.1 I found an error ‘EILIndoorSDK.h’ file not found
Can anyone help me!
The repo with the examples includes the iOS Indoor SDK and iOS Estimote SDK as submodules, which means you either need to clone it with git clone --recursive
, or run git submodule update --init
after a regular clone.
Heypiotr,
The example was downloaded with the iOS Indoor SDK and iOS Estimote SDK as submodules but still gives the error.
Could you give us some advice to solve this issue ?