Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 636 Bytes

Notes.md

File metadata and controls

12 lines (5 loc) · 636 Bytes

FlickTypeKit Technical Notes

Unable to deploy to device via Xcode

Make sure RemoveHeadersOnCopy is enabled for FlickTypeKit.xcframework (you might have to manually edit your project file). See this commit for more information.

Objective-C

If your project is in Objective-C, make sure Always Embed Swift Standard Libraries is set to YES for the watch extension target. You can also watch this integration tutorial.