LLDebugToolSwift
LLDebugToolSwift copied to clipboard
Xcode 11 new project is error
pod 'LLDebugToolSwift','1.3.2'
Creat a new project with Xcode 11,it can't work in iOS 13。
LL_STATUS_BAR_HEIGHT was wrong in iOS 13.
Hi @kfyangyong. I just tried a new project with Swift, on iOS 13.0, Xcode 11.0, MacOS 10.14.6, Simulator iPhone 11, there are no compile errors, so what's the error message of LL_STATUS_BAR_HEIGHT
.
PS: Thankfully, I found that lib didn't appear properly in the newly created Xcode 11 project
Additional discovery, although you create a new project with Xcode 11, as long as you delete the SceneDelegate related files, it will work fine.
it's ok , thank you!