agiapp / BRPickerView

BRPickerView 封装的是iOS中常用的选择器组件,主要包括:日期选择器(支持年月日、年月等15种日期样式选择,支持设置星期、至今等)、地址选择器(支持省市区、省市、省三种地区选择)、自定义字符串选择器(支持单列、多列、二级联动、三级联动选择)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。
https://github.com/agiapp/BRPickerView
MIT License
2.57k stars 446 forks source link

手动导入,运行报错 #94

Closed OneTwoThree2015 closed 5 years ago

OneTwoThree2015 commented 5 years ago

您好,手动导入包这个错误 Library not found for -lBRPickerView

OneTwoThree2015 commented 5 years ago

解决了,之前是 pod ,改为手动报错,把other linker flags 对应删除就可以

agiapp commented 5 years ago

好的