gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

Xcode12, iOS14真机报错 'SDAutoLayoutModel' has different definitions in different modules; defined here #334

Open NimoZone opened 3 years ago

NimoZone commented 3 years ago

Xcode12,iOS14真机报错 'SDAutoLayoutModel' has different definitions in different modules; defined here

怎么解决

zhangzhen-reid commented 3 years ago

我是pod删除 直接拖进去

KaiserFeng commented 3 years ago

pod update SDAutoLayout --verbose --no-repo-update 就可以了 @NimoZone