Swift Dev Notes
CtrlK
SedatOnat.devAffiliated with SedatOnat.com
  • 👋Welcome to SedatOnat.dev
  • Learning Path
    • What to Learn?
    • How to Learn?
    • Useful Docs
  • Before Starting
    • Xcode
    • Version Control
    • Swift
    • Naming
  • DATABASES
    • Apple Database
    • 3rd Party Databases
    • Database Comparison
  • Design Patterns
    • Alternatives
    • Comparison
  • Model
    • Accessibility
    • Assets
    • Error Debugging
    • File Management
  • CODES
    • Pseudo Code
    • Frameworks
    • APIs
    • Packages
    • Dependency Managers
    • Libraries
    • Main Pillars (Protocol, Class, Struct, etc.)
    • Data Collectors
    • Properties / Data Containers
    • Property Wrappers
    • Optionals
    • Data Types
    • Operators
    • Conditionals
    • Loops
    • Physical Properties
    • Other Properties
    • Code Pool
  • View
    • Apple HIG
    • Design
    • Image and Graphic
    • Page Elements
    • View Modifiers
    • Reporting
    • Others
  • Solutions
    • Case Solutions
    • Sample Project Pool
  • Testing
    • Debugging
      • Debug View Hierarchy (Xcode)
      • Profile your SwiftUI code and identify slow layouts
    • Testing CheckList
    • Unit Test
  • Documentation
    • GitBook
    • MarkDown
  • Deploying and Publishing
    • Checklist
    • Deployment Processes
    • Publishing Processes
    • ASO - App Store Optimization
  • Kaizen
    • CI-CD
Powered by GitBook
On this page
  • Overview
  • Rubber Duck Debugging
  • Sources
  • Videos
  • Articles / Documents

Was this helpful?

  1. Testing

Debugging

Overview

Rubber Duck Debugging

Sources

Videos

Articles / Documents

  • https://en.wikipedia.org/wiki/Rubber_duck_debugging

  • https://codecrew.codewithchris.com/t/thread-1-signal-sigterm/15083

  • https://getupdraft.com/blog/how-to-add-udid-to-your-apple-developer-account

  • https://www.twilio.com/blog/2018/07/how-to-test-your-ios-application-on-a-real-device.html

  • https://buildfire.com/how-to-test-your-app-on-an-iphone-using-xcode/

  • https://apple.stackexchange.com/questions/93835/how-to-switch-between-different-chrome-windows-with-keyboard-shortcuts

PreviousSample Project PoolNextDebug View Hierarchy (Xcode)

Last updated 2 years ago

Was this helpful?