邓江洲

Results 7 comments of 邓江洲

I fixed by delete Fabric and Crashlytics in PodFile , and then I delete the Fabric script in Build Phases. I also delete SwiftLint script in Build Phases at hand....

Your instruction is not working in my case ``` bundle exec fastlane setup [✔] 🚀 [10:17:58]: ------------------------------ [10:17:58]: --- Step: default_platform --- [10:17:58]: ------------------------------ [10:17:58]: Driving the lane 'ios setup'...

``` NSString *text = _text; UIFont *fontX = _font; YYAsyncLayerDisplayTask *task = [YYAsyncLayerDisplayTask new]; task.willDisplay = ^(CALayer *layer) { //... }; CGFloat h_h = self.bounds.size.height; CGFloat w_w = self.bounds.size.width; task.display...

你把抽象类,virtual 删除,就好了。 tecent 是为了让你的业务逻辑继承, 这里有一个 demo https://github.com/coyingcat/marsDemo 当然你还会遇到更多的问题

博客 https://zhuanlan.zhihu.com/p/347246513 t 厂 mars , iOS 接入第一步