Programming With Swift
  • Home
  • About
  • Github
Sign in Subscribe

Fix

A collection of 6 posts
Xcode 11 run app on iOS 12 and lower
Xcode

Xcode 11 run app on iOS 12 and lower

Creating an app with Xcode 11 has a little bit of a hidden issue, it does not allow you to run the app on iOS 12 or lower out of the box. There are a few changes that need to be made in order to get your app to work
04 May 2020 4 min read
Fix "since it does not conform to ATS policy"
Swift

Fix "since it does not conform to ATS policy"

If you are trying to connect to insecure servers you will run into this issue, since it does not conform to ATS policy. This is a simple issue to fix and we will learn how to fix it in this tutorial. The way to fix this is to add a
01 Jan 2020 1 min read
Fix "this class is not key value coding-compliant for the key"
Swift

Fix "this class is not key value coding-compliant for the key"

In this tutorial we will learn how to fix "this is not key value coding-compliant for the key". This is a quite a common problem with new developers and the issue occurs when the user interface which is created with Interface Builder and the code do not match
16 Dec 2019 5 min read
Easily Conform to Codable
Swift

Easily Conform to Codable

Learn how to fix Type does not conform to protocol 'Decodable'
17 Jul 2019 3 min read
Easily fix "Failed to set plugin placeholders" in Xcode
Swift

Easily fix "Failed to set plugin placeholders" in Xcode

How to fix "Failed to set plugin placeholders"
16 Jul 2019 1 min read
Easily fix "build only device cannot be used to run this target"
Swift

Easily fix "build only device cannot be used to run this target"

How to fix "build only device cannot be used to run this target"
16 Jul 2019 1 min read
Page 1 of 1
Programming With Swift © 2025
Powered by Ghost