Post

Replies

Boosts

Views

Activity

Reply to Core Haptics Unity Errors In Xcode
I had the same problems. Seems like the post process build scripts don't work correctly anymore. So you have to add all frameworks manually in the XCode project. For Apple.Core and Apple.CoreHaptics this means not just adding the iOS SDKs CoreHaptic.framework, but also the Unity Plugins wrapper .frameworks. E.g. "AppleCoreNative.framework" and "CoreHapticsWrapper.framework". See attached screenshots.
Sep ’23