Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.04 KB

kotlin

语法

const VS val

public VS open

Lint

kotlin native

iOS

参考 Creating an iOS framework with Kotlin kotlin 生成 Example.framework Example.framework.dSYM 文件 Xcode 工程配置:

  • Example.framework Example.framework.dSYM 拖到工程
  • Framework Search Path 添加 Example.framework 所在路径
  • Build Phases > + > New Copy Files Phase > + > 选择 Example.framework Example.framework.dSYM

这样 framework 报错的时候会有可读的错误日志。