leichunfeng / MVVMReactiveCocoa

GitBucket iOS App
https://itunes.apple.com/cn/app/id961330940?mt=8
MIT License
3.72k stars 789 forks source link

pod 下来,运行crash #224

Open leibaozai opened 6 years ago

leibaozai commented 6 years ago

1、如图,不知道什么原因,iOS 11 ,iPhone 6和7p都是一样的问题 bc288a1e-f707-4472-9130-a59f8e3bf120

c-ly commented 6 years ago

Due to [UIFont fontWithName: size:] return nil! It's same to me.

leichunfeng commented 6 years ago

看起来是第三方库的问题

Tw1stFate commented 6 years ago

try this , in your project's info.plist, add a new entry for "octicons.ttf" with the key "Fonts provided by application". I do this to fix [UIFont fontWithName: size:] return nil.