Gedatsu
Gedatsu provide readable format about AutoLayout error console log
Install / Use
/learn @bannzai/GedatsuREADME
Gedatsu
Gedatsu provide readable format about AutoLayout error console log
Abstract
At runtime Gedatsu hooks console log and formats it to human readable about AutoLayout ambiguous constraints.
| Original | Gedatsu | | ---- | ---- | | <img width="100%" src="https://github.com/bannzai/Gedatsu/blob/master/docs/autolayout.png" /> | <img width="100%" src="https://github.com/bannzai/Gedatsu/blob/master/docs/gedatsu.png" /> |
Install
Cocoapods
Add the line below to Podfile and execute $ pod install.
pod 'Gedatsu', configuration: %w(Debug)
Carthage
Add the line below to Cartfile and execute any $ carthage checkout && carthage build commands.
e.g.) $ carthage bootstrap --platform iOS.
github "bannzai/Gedatsu"
Swift Package Manager
Gedatsu supports to install via Swift Package Manager. You can add Gedatsu on Xcode GUI. See document.
Usage
Gedatsu will start when after call Gedatsu.open.
As an good example for iOS project, call Gedatsu.open when AppDelegate.application:didFinishLaunchingWithOptions:.
#if DEBUG
import Gedatsu
#endif
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
#if DEBUG
Gedatsu.open()
#endif
return true
}
Support Versions
| platform | version |
| ---- | ---- |
| iOS | >= 11.0 |
| macOS | >= 10.11 |
| Swift | >= 5.2 |
LICENSE
Gedatsu is released under the MIT license. See LICENSE for details.
Header logo is released CC BY-NC 4.0 license. Original design by noainoue.
Related Skills
node-connect
338.7kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
338.7kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.6kCommit, push, and open a PR

