home.social

#ioscoding — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ioscoding, aggregated by home.social.

fetched live
  1. Does anyone remember that API that allows to store a couple of bits of information for the iOS app forever? Like a bot for "I already bought this thing". It was announced several years ago, and I need something like that. But cant find any information. #iOSCoding

  2. Does anyone know how to debug this kind of stacktrace? Widget is crashing during launch. Have no idea where to look :(

    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Termination Reason: SIGNAL 5 Trace/BPT trap: 5

    _dispatch_assert_queue_fail ()
    dispatch_assert_queue ()
    swift_task_isCurrentExecutorImpl ()
    closure #1 in WidgetsExtension.body.getter ()
    ___lldb_unnamed_symbol8600 ()
    ___lldb_unnamed_symbol8640 ()
    ___lldb_unnamed_symbol14485 ()
    ___lldb_unnamed_symbol10307 ()

    #WidgetKit #iOSCoding

  3. I wonder, can Apple make some kind of warnings about not creating different privacy request strings? Miss one of those and you’ll into a nasty rabbit hole of debugging things that are OK.

    Right now I've spent an hour searching for the problem, that turned out to be absence of “NSLocalNetworkUsageDescription” in the Info.plist file.

    These problems seemed to be quite serious. Like DNS access problems for example.

    #iOSCoding

  4. I wonder, can we place AppIntents in SPM packages now (in iOS 18) or they still will not work, if placed there? Does anyone know?

    #iOSCoding