Livy Yao
Livy Yao
Today, in the `func show(...)` method, I came across the logic `if !animatePosBar || (animatePosBar && style == .push) {}`. I changed it to `(animatePosBar && style != .none)`, which...
> Xcode building for iOS Simulator show this error 'OSSpinLock' is deprecated: first deprecated in iOS 10.0 > > I changed ASRecursiveUnfairLock.h:14 (Telegram-iOS/submodules/AsyncDisplayKit/Source/PublicHeaders/AsyncDisplayKit) from #if defined(**aarch64**) to #if defined(**aarch64**) ||...
> just like @jalalimehdi said, change ASRecursiveUnfairLock.h:14 from ```#if defined(aarch64)``` to ```#if defined(aarch64) || __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0```
@gatesyp @IvanPetrovMck @zweeltow Thanks for your recommendations, i build successfully but when i build in Xcode always error in `#include "rtc_base/location.h"` told me `'rtc_base/location.h' file not found` will you please...
一样,以为被举报了
我测试也能复现, 但是我使用iTerm 鼠标选中复制,不需要Command+C 这一步骤,可以当一个解决方案