mym0404 / flutter-pencilkit

Flutter plugin for iOS PencilKit
MIT License
47 stars 13 forks source link

Building to device #5

Closed richardchui closed 1 year ago

richardchui commented 1 year ago

Working with the IOS simulator is fine, but when I try to build for a physical device, Xcode will fail with the message "missing module pencil_kit". Are there steps I am missing? Thanks!

mym0404 commented 1 year ago

Did you install package pod correctly in iOS project?

Try cd ios && pod deintegrate && pod install

Or you can check pencil_kit placed correctly as a target in the pod project.

image