Post

Replies

Boosts

Views

Activity

Reply to DEVELOPING NON-PUBLIC APPS
I think you're expected to use enterprise arrangements
Replies
Boosts
Views
Activity
Apr ’22
Reply to Xcode's Vim Mode - further development?
I severely need the ability to move up/down within lines that have been wrapped across multiple lines without jumping to the next line
Replies
Boosts
Views
Activity
Jun ’22
Reply to iOS 16 kills WKWebView instances unattached to a ViewController
Try JSDom + JSContext instead of WKWebView for scraping.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Product Key Usage and 3.1.3(b)
How'd it go?
Replies
Boosts
Views
Activity
May ’23
Reply to How to prevent WKWebView open instagram app automatically?
try loading the response outside the browser first (URLSessionTask / Data w/ URL init) and loading that into the browser with its proper URL.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to NavigationSplitView resetting when app enters background
use the new preferredCompactColumn
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Multiple Swift Packages with XCFramework binary targets result in "ProcessXCFramework - Multiple commands produce module.modulemap" Error
figure it out? looks like a nightmare :(
Replies
Boosts
Views
Activity
Oct ’23
Reply to TextField vs TextEditor on iOS16
texteditor accepts newlines / line breaks (eg multi-paragraph text), textfield does not.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to TextEditor automatically adjusts the height
Ever figure out this one?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Error on Ventura 13.3 when trying to distribute Mac Catalyst app through AppStore
figure it out?
Replies
Boosts
Views
Activity
Oct ’23
Reply to iOS 17b6: Simultaneous accesses to ..., but modification requires exclusive access crash using Observation and SwiftUI
No workarounds? I'm facing this with RealmSwift on the main thread in iOS 17. I don't understand how two calls on main thread are able to be "simultaneous"
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Swift Interop Build Issue - Linker Error with Undefined Symbols when running tests
Did you figure this out? I'm running into similar issues with ld: Undefined symbols
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Symbolicating on Xcode 15
Simplhy use "Open Recent Logs" and select the .crash file (renamed from .txt) you want to symbolicate
Replies
Boosts
Views
Activity
Dec ’23
Reply to startAccessingSecurityScopedResource always returns false for files in iCloud Drive folder
that's normal and good. just don't call "stop..." when "start..." gives false.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to SwiftUI: Conditionally switching between .fullScreenCover() and .sheet() not working
figure it out?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24