Post

Replies

Boosts

Views

Activity

Reply to Is Xcode (Version 12.0 (12A7209)) brogen? (Another bug?)
Thank you for your attention/. I checked it in the debugger Looks like that is where the bug is. Actually the dateFormatter function worked as expected, but the debugger watch window (and the print function) said date was nil. Have I got some sort of bleeding edge version of Xcode? This is not the first bug I have found. I need Xcode 12 for LazyVStack. Thi sXcode I am running is from a xip file my boss gave me.
Sep ’20
Reply to Xcode, git, and gitignore
Wierdly enough: user$ git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: &#9;(use "git add <file>..." to update what will be committed) &#9;(use "git restore <file>..." to discard changes in working directory) modified:&#9; B52FloorManagement.xcodeproj/project.pbxproj modified:&#9; B52FloorManagement/Info.plist This indicates that git is not going to commit the very file I want to stop it committing. But when I use Source Control -> Commit in Xcode it wants to commit those files. Weird....
Sep ’20