We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我的podfild如下 pod 'LLDebugToolSwift' ,:configurations => ['Debug'] 我的AppDelegate import LLDebugToolSwift 并在 didFinishLaunchingWithOptions 方法里加了 LLDebugTool.shared().startWorking() 我断点是可以进入到startWorking该方法的,说明我集成的应该没问题吧? 但是app界面没有显示入口的地方
The text was updated successfully, but these errors were encountered:
延迟调用开始就可以了 应该是keywindow的原因
Sorry, something went wrong.
No branches or pull requests
我的podfild如下
pod 'LLDebugToolSwift' ,:configurations => ['Debug']
我的AppDelegate
import LLDebugToolSwift
并在 didFinishLaunchingWithOptions 方法里加了 LLDebugTool.shared().startWorking()
我断点是可以进入到startWorking该方法的,说明我集成的应该没问题吧?
但是app界面没有显示入口的地方
The text was updated successfully, but these errors were encountered: