Post

Replies

Boosts

Views

Activity

Reply to Agents in Xcode: Codex Sign In not working
The xcrun agent codex logout command succeeds. But logging in doesn't. The ChatGPT website opens, lets me login and states: Signed in to Codex – You may now close this page However, Xcode doesn't know about this and maintains the "Not Signed In" status. I tried both via the Settings UI as well as via xcrun agent codex login. The latter even says "Successfully logged in" in the CLI. But Settings UI still states "Not Signed In" and the assistant doesn't respond to any messages.
Jun ’26
Reply to CoreData: debug: PostSaveMaintenance: fileSize 30409752 greater than prune threshold
I’ve the same issue. My .sqlite file is 88 MB and my sqlite-wal is 1.5 GB! I tried to run VACUUM and: storeDescription.setOption(["incremental_vacuum": "0", "wal_autocheckpoint": "100", "wal_checkpoint": "TRUNCATE"] as NSDictionary, forKey: NSSQLitePragmasOption) Nothing helped. When I set a different journal_mode (DELETE or TRUNCATE), the app timeouts after 240 seconds when setting up Core Data. Any idea?
Topic: App & System Services SubTopic: iCloud Tags:
Jan ’24
Reply to Agents in Xcode: Codex Sign In not working
Here's my feedback request: https://openradar.appspot.com/FB22928142 including Apple responses. The recommendation to delete relevant Keychain entries didn't solve the problem for me.
Replies
Boosts
Views
Activity
1w
Reply to Agents in Xcode: Codex Sign In not working
I can confirm that the Pro account seems to be the issue. I tried logging in via Xcode to a free account and that works.
Replies
Boosts
Views
Activity
3w
Reply to Agents in Xcode: Codex Sign In not working
Here we are: FB22928142
Replies
Boosts
Views
Activity
Jun ’26
Reply to Agents in Xcode: Codex Sign In not working
Indeed, it does not make any difference. Still Not Signed In. Still no chat response.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Agents in Xcode: Codex Sign In not working
The xcrun agent codex logout command succeeds. But logging in doesn't. The ChatGPT website opens, lets me login and states: Signed in to Codex – You may now close this page However, Xcode doesn't know about this and maintains the "Not Signed In" status. I tried both via the Settings UI as well as via xcrun agent codex login. The latter even says "Successfully logged in" in the CLI. But Settings UI still states "Not Signed In" and the assistant doesn't respond to any messages.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Agents in Xcode: Codex Sign In not working
Good for you. Here, it still doesn't work.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Transit Directions
Just filed it. The number is correct.
Topic: Maps & Location SubTopic:
Maps & Location Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to Transit Directions
FB23079207
Topic: Maps & Location SubTopic:
Maps & Location Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to Bounding region in MKGeocodingRequest
FB22760250
Topic: Maps & Location SubTopic:
Maps & Location Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to MKMapView blur effect
FB21028344
Topic: Maps & Location SubTopic:
Maps & Location Q&A
Replies
Boosts
Views
Activity
Jun ’26
Reply to Agents in Xcode: Codex Sign In not working
Tested with both Xcode 27.0 beta and Xcode 26.6 RC. Both exhibit the same problem and can't authenticate with ChatGPT.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Agents in Xcode: Codex Sign In not working
Having the same issue. Filed FB22928142.
Replies
Boosts
Views
Activity
Jun ’26
Reply to URLSession is broken in iOS 18.4 RC Simulator
When will this problem be solved and we get back a working iOS Simulator? Resorting to older Simulator versions is not an option for Apple Intelligence related code.
Replies
Boosts
Views
Activity
Apr ’25
Reply to CoreData: debug: PostSaveMaintenance: fileSize 30409752 greater than prune threshold
I’ve the same issue. My .sqlite file is 88 MB and my sqlite-wal is 1.5 GB! I tried to run VACUUM and: storeDescription.setOption(["incremental_vacuum": "0", "wal_autocheckpoint": "100", "wal_checkpoint": "TRUNCATE"] as NSDictionary, forKey: NSSQLitePragmasOption) Nothing helped. When I set a different journal_mode (DELETE or TRUNCATE), the app timeouts after 240 seconds when setting up Core Data. Any idea?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to OSLog in Swift macro doesn't persist original file/line number
The problem is not in the logToFile, since as you mention, #file and #line do the right thing. The problem is on the OSLog side. The log.log("answer: \(42)") logs with the file and line number of the macro, not the calling site. So the linked code location is always in the macro, making the link useless.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23