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 2020

 1. Error  Multiple commands produce That error can be fixing in signing and capabilities   if u have an apple developer program it will be fine Example error Multiple comman…

Read more →
9 Notes November 2020
GIT

Git sheet list (Except basic Git)

1. Git  for delete branch $ git branch -d featureMain Deleted branch (branch name) (branch name) 2. Git  for force checkout $ git branch -f featureMain ignore all code chang…

Read more →
Git sheet list (Except basic Git)
9 Note

9 Notes September 2020

 1. Difference between unowned and weak The difference between unowned and weak is that weak is declared as an Optional while unowned is not. By declaring it weak you get…

Read more →
9 Notes September 2020