Search

All posts

Build logs, short notes, and the things I work out in public before they turn into articles.

9 Note

9 Notes November 2021

1. Cannot assign to property: 'parameters' is get-only property to fixing that error add "set" after  {get} //Before var parameters: [String: Any]? { get…

Read more →
9 Notes November 2021
9 Note

9 Notes October 2021

1. *** Terminating app due to uncaught exception 'NSUnknownKeyException' when you find this crash below it mean in xib file has error outlet, to fixiing that chec…

Read more →
9 Notes October 2021
9 Note

9 Notes September 2021

1. Navigate right and left tabbar file in Xcode 12 and new verison ⌘ ⇧ [ or ] to navigate left and right of the tabs. source:  https://samwize.com/2020/08/21/navigating-xco…

Read more →
9 Notes September 2021
9 Note

9 Notes August 2021

1. Delete local branch without delete remote branch(git) - Right click in target branch you want to delete ex: bugs/SD-1986  - checklist "Force delete" to delete…

Read more →
9 Notes August 2021