Category: iOS
-
GitHub Actions: building iOS
If you want to build your project with latest XCode (15.2 at the day of writing this) you might be thinking that setting will do…
-
Working with local Swift Package
I am currently setting up workspace for library distributed via Swift Package Manager. For now I will be working locally so I added package to…
-
List of simulators
To test layout build in SwiftUI on different iOS devices you can use preview feature. As you can see PreviewDevice takes raw name of iOS…
-
SwiftUI Typography
With SwiftUI specifying font size is not like we used to do in the past – by setting size value. Instead it’s better to use…
-
Apple Watch does not appear in Xcode
Building project after couple of months can often fail even though no code has been added. It’s likely that iOS/Xcode updates that happened during this…