Apple XCode How-to How to configure App Groups - Apple public – 2 min read What are App Groups They enable communication and data sharing between multiple installed apps created by the same developer. An… Sep 21, 2022 Arturo
XCode Apple How-to How to add Associated Domains - Apple public – 4 min read Updated for Xcode 14 - SwiftUI What are Associated Domains? With Associated Domains you can connect your app and a… Sep 19, 2022 Arturo
Swift XCode How-to Find the Document Directory of your iOS app public – 1 min read We can find the document directory in the following ways: iOS 16+ let documentDirectory = URL.documentsDirectory print("App's document directory:… Jul 3, 2022 Arturo
XCode How-to Solve warning "was built for newer macOS version" - XCode public – 1 min read If you ever got a warning like this: ld: warning: dylib (/Applications/Xcode.app/Contents/PlugIns/IDESwiftPackageCore.framework/Versions/A/… Sep 16, 2021 Arturo
XCode macOS iOS How to take Screenshots on the iOS/mac/... Simulator 📸 paid – 1 min read Multiple ways to take screenshots BUT which one produces the best quality and captures the whole simulator? Here I cover specifically that one 🤓 Dec 26, 2020 Arturo
XCode Swift SwiftUI Todo in Xcode public – 2 min read Commenting notes around your project helps you and your colleagues keep track of work that has been done, and what work still needs to be done. Dec 26, 2020 Arturo