For the complete documentation index, see llms.txt. This page is also available as Markdown.

IOS Build

If you happen to have Haptic errors when building the project in the XCode, follow this steps to fix them.

Haptic errors in XCode
1

Select any framework in the frameworks topdown (in our case it was Core Media framework), right click on it and select Show In Finder

2

Locating CoreHaptic framework

Inside the finder window that just opened there should be CoreHaptics.framework folder. Select it and drag and drop it to the frameworks topdown from the previous step

3

Finishing touches

The popup will show inside the XCode. Make sure that only the UnityFramework Target is selected, and press Finish.

Last updated