benjamindean / flutter_vibration

Handle vibration on iOS and Android in Flutter apps
219 stars 68 forks source link

iOS build fails: fatal error: 'vibration/vibration-Swift.h' file not found #39

Closed samycodes closed 4 years ago

samycodes commented 4 years ago

When I run my application for iOS it fails with this error.

` flutter/.pub-cache/hosted/pub.dartlang.org/vibration-1.4.0/ios/Classes/VibrationPlugin.m:2:9: fatal error: 'vibration/vibration-Swift.h' file not found

import <vibration/vibration-Swift.h>

`

Anyone who can help me to resolve this error?

benjamindean commented 4 years ago

See #1