Post

Replies

Boosts

Views

Activity

Reply to dyld: Library not loaded
Many of the answers here pertain to Cocoapods. If you're using Carthage and seeing this issue, ensure that you're setting any frameworks in your project to "Embed & Sign" in the Project Settings -> <Target name, in Targets section> -> Frameworks, Libraries, and Embedded Content section.
Jun ’21
Reply to Can't find or decode availabilityDetailedInfo warning when start editing textField
XCode 16.2, same issue in March 2025. Thought it was my code and lost about 8 hours. Not sure of a workaround yet.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to In SwiftUI, how do I stop a TextField from always beginning with initial caps?
Still broken, over 2 years later. TextField("Enter Long URL", text: $longURL) .autocorrectionDisabled(true) .keyboardType(.URL) .textInputAutocapitalization(.none) .textFieldStyle(RoundedBorderTextFieldStyle()) .padding()
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Playgrounds crashes all the time, what do I do?
I can get Swift Playgrounds to crash fairly easily by adding maybe 7-8 playground pages to the same playground project. It's been like this for as long as I can remember. Comments crashing -- that's a new one.
Replies
Boosts
Views
Activity
Nov ’22
Reply to Playgrounds get stuck "Running..."
Playgrounds are supremely unreliable and honestly Apple should just shut them down if they're not going to invest in making them more reliable and usable.
Replies
Boosts
Views
Activity
Nov ’22
Reply to dyld: Library not loaded
Many of the answers here pertain to Cocoapods. If you're using Carthage and seeing this issue, ensure that you're setting any frameworks in your project to "Embed & Sign" in the Project Settings -> <Target name, in Targets section> -> Frameworks, Libraries, and Embedded Content section.
Replies
Boosts
Views
Activity
Jun ’21