You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep getting errors like "flutter-nordic-dfu/example/ios/Pods/ZIPFoundation/Sources/ZIPFoundation/Entry.swift:297:48: note: use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope data.append(UnsafeBufferPointer(start: &relativeOffsetOfLocalHeader, count: 1))"
#20
Open
ovestoerholt opened this issue
Sep 21, 2020
· 2 comments
How did you get flutter_blue and flutter-nordic-dfu running on ios?
For flutter_blue i needed objective-c for the ios build target,
now i get an error that flutter_nordic_dfu/flutter_nordic_dfu-Swift.h not found, maybe because flutter_nordic_dfu needs swift build target?
Keep getting errors like "flutter-nordic-dfu/example/ios/Pods/ZIPFoundation/Sources/ZIPFoundation/Entry.swift:297:48: note:
use 'withUnsafePointer' in order to explicitly convert argument to pointer valid for a defined scope
data.append(UnsafeBufferPointer(start: &relativeOffsetOfLocalHeader, count: 1))"
These are warnings, not errors.
You can run the app, but warnings should be fixed too.
Using flutter_blue 0.7.2
What can be done to resolve?
The text was updated successfully, but these errors were encountered: