I'm on Mojave for a while (Aperture) so I get to use an old version of Apple's spreadsheet - Numbers 10.1 (6913). It think this is still true however.
If I type a formula that divides one cell by another the Formula bar shows this:
I'm on Mojave for a while (Aperture) so I get to use an old version of Apple's spreadsheet - Numbers 10.1 (6913). It think this is still true however.
If I type a formula that divides one cell by another the Formula bar shows this:
I'm putting this up as a peacekeeper. I hope one day I'll fill it in better, but if you are trying to migrate from a shared Apple ID to each family member having only one Apple ID for both iCloud services and media then you will welcome any information.
First, see my prior post. I'll continue with this convention:
Let's say my iCloud Apple ID was "Sam" and my Media Apple ID was "Linda". So my device Apple ID configuration was Sam/Linda. After the change it was Sam/Sam.
I think the migration will more or less work. This is what I did so far, omitting errors and redirections:
Students are often asked not to use an IDE (I like Visual Studio Java) for their Java projects. Instead they need to use BBEdit without an IDE. BBEdit does not appear to natively support facilitated compile/execute but it does run AppleScrips that can speed things a bit.
The davalign.com site has some scripts written for TextWranger. If you rename them to BBEdit they work well.
Reproducing them here in case that site vanishes. I didn't see much like this. Note if you open and save in macOS Script Editor they will be compiled. I like that the first action is to save the document, it's easy to forget to save before a compile.
Compile java.scpt
tell application "BBEdit"save text document 1set the_file to file of text document 1end tellset AppleScript's text item delimiters to ":"set source_file to the last text item of (the_file as string)tell application "Finder"set the_folder to container of file the_fileend telltell application "Terminal"activateset p to POSIX path of (the_folder as string)set shell_script to "cd " & (quoted form of p) & ¬"; javac " & source_fileif (count windows) is 0 thendo script shell_scriptelsedo script shell_script in the front windowend ifend tell
Run java.scpt
tell application "BBEdit"set the_file to file of text document 1end tellset AppleScript's text item delimiters to ":"set source_file to the last text item of (the_file as string)set compiled_file to text 1 thru -6 of source_filetell application "Finder"set the_folder to container of file the_fileend telltell application "Terminal"activateset p to POSIX path of (the_folder as string)set shell_script to "cd " & (quoted form of p) & ¬"; java " & compiled_fileif (count windows) is 0 thendo script shell_scriptelsedo script shell_script in the front windowend ifend tell
... Make sure that you're using the same Apple ID for Family Sharing and Media & Purchases...
They don't say how to migrate to that idea of course! Obviously it was possible to use a different Apple ID for Family Sharing and Media (Apple Music worked before). I don't know if the changes made to my device impacted any other family members (wish I'd checked!), but it appears for a Family Organizer device to see Apple Music they have to use the same Apple ID used at time of purchase.
Somewhat surprisingly Apple let me revert back to Sam/Linda on my iPhone. (I think there was some time limit/change limit on Apple ID media changes.) After a period of sync I had my old playlist and Apple Music access.
My guess is that to make the change to Sam/Sam and keep Apple Music I'll have to end my current subscription (tied to Linda) then change the Media Apple ID then resubscribe for the family. (In practice I'll end all subscriptions for Linda before the change.)
When I tried to run Disk Utility on my 2020 Intel Air running Monterey I got:
Running First Aid on ..
Unlocking Disk
Operation Canceled.
Google found exactly one reference to this in a 2021 Apple Discussion post with a link to an Apple Support article that has since been removed ...
... That turned out to the known issue linked with the T2 Security chip (https://support.apple.com/en-us/HT203127). Resetting the SMC solved that problem as well as the original problem with the hard drive.
Resetting SMC (I used two methods) fixed the bug and First Aid was able to continue. (There are other problems, but at least this one was fixed.)
I don't know if this insanely rare or if Google simply isn't that useful any more (probably both). Resharing here.
There's a lot of complexity in Apple's software, but my nomination for the ultimate complexity is the web of undocumented and slowly changing rules and tools around Apple's Digital Rights Management (FairPlay) including rights to use media (music, video) and software (apps) for both individuals and family members.
I don't think anyone truly understands it all, not even Apple's senior developers. Sometime in the past decade Tim Cook said he'd fix the Apple ID problem and then things went silent. It's a nightmare. I remember when changing a phone number associated with an Apple ID could switch the ownership arrangement for device history (presumably a matching problem between disparate databases).
My most recent experience with this was trying to fix the default Apple Store Apple ID used to for Mac App Store DRM on my wife's Air Monterey account. It was defaulting to an Apple ID we used to share for iTunes purchases 10+ years ago. I've been slowly disentangling it for 4 years now and the rules change with each macOS/iOS release. Currently there's a bit more tooling to sort out who owns what on a Mac but it's obscure.
As far as I can tell the controls for this are now hidden in the App Store app. That kind of makes sense, because the rules (and Apple's DRM contracts) for movies/TV, music and apps are all likely different. You have to go into the App Store app, which can show the apps associated with multiple Apple IDs, then you have to sign out from the menu:
After signing out the default account for App Store purchases was her Apple ID.