Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

xcode 13

  1. W

    Resolved How To Convert AppleScript Progress Bar To Use In Xcode

    I have a small AppleScript which I would like to to put into a user interface so I have installed Xcode 13.4.1 with a new AppleScrip Project After about 5 days trying to work out why I cannot control drag say a button to the Deligates Cube because this is a bug I nearly gave up but I manged to...
  2. attilakalel

    iOS failed to build ContentView.swift

    hopefully I can get some help on this, I've been trying to understand why, even when I create a new project I get the 'failed to build ContentView.swift' error. Literally just opened Xcode the other day for the first time in a long time to do some work and the error started appearing. I have...
  3. M

    iOS How do I modify the data on my app's SQLite database?

    I'm investigating a defect in my iOS game, the state of which is stored in an SQLite database. The bug occurs in a given state, and so I'd like my application to already be in that state when I launch it for debugging purposes. How do I do this?