Member-only story
Some tips that might be useful.
I’ll be sharing tips that you might find useful. Here are some previous tips you can also check out. you can just click the link below.
- Swift Tips #1 -> https://blog.stackademic.com/swift-tips-1-e3948fd0255b
- Swift Tips #2 -> https://blog.stackademic.com/swift-tips-2-419fa83d0381
- Swift Tips #3 -> https://blog.stackademic.com/swift-tips-3-97c10ebb3a15
- XCode Tips #1 ->https://medium.com/@21zerixpm/xcode-tips-1-0f9ce8844088
- XCode Tips #2 -> https://21zerixpm.medium.com/xcode-tips-2-e072f409f990
✧ Build & Run
1. Build Configuration
Hold Option
when clicking "Run" to choose a configuration.
After that action will show this configuration.
2. Clean Build Folder
Use Cmd + Shift + K
to clean the build folder. This is a common thing; surely…