ebiten icon indicating copy to clipboard operation
ebiten copied to clipboard

internal/vibrate: crash with iOS 12

Open hajimehoshi opened this issue 2 years ago • 1 comments

iOS 12 doesn't support CoreHaptics. Should we drop supporting iOS 12, or create a fallback?

Exception Note:  EXC_CORPSE_NOTIFY
Termination Description: DYLD, Library not loaded: /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics | ...

/CC @wasedaigo

hajimehoshi avatar Aug 30 '22 02:08 hajimehoshi

purego would enable dynamic loading of the framework.

hajimehoshi avatar Aug 30 '22 02:08 hajimehoshi