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

method

  1. MattJones

    Change iPhone X Payment Option

    I’m curious if it’s possible to change my iPhone X payment method. I purchased one for in-store pickup and paid with a Chase Credit Card. However, I have an Apple gift card for $500 I would like to put against the price of the phone. I’m curious if it’s possible to do this either online or...
  2. M

    macOS Set property in LLDB

    Hi, I have an NSObject, and I'm trying to set one of its properties at runtime. I've tried this (note: I'm using fictional names instead of actual ones): expr -- object.theProperty = 3 but at runtime, LLDB says even though there is a property by that name. Well, turns out the solution...