LLDebugToolSwift icon indicating copy to clipboard operation
LLDebugToolSwift copied to clipboard

Xcode 11 new project is error

Open kfyangyong opened this issue 5 years ago • 3 comments

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.

kfyangyong avatar Oct 08 '19 02:10 kfyangyong

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

HDB-Li avatar Oct 08 '19 02:10 HDB-Li

Additional discovery, although you create a new project with Xcode 11, as long as you delete the SceneDelegate related files, it will work fine.

HDB-Li avatar Oct 08 '19 02:10 HDB-Li

it's ok , thank you!

kfyangyong avatar Oct 08 '19 03:10 kfyangyong