Closed richardchui closed 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!
Did you install package pod correctly in iOS project?
Try cd ios && pod deintegrate && pod install
cd ios && pod deintegrate && pod install
Or you can check pencil_kit placed correctly as a target in the pod project.
pencil_kit
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!