Post

Replies

Boosts

Views

Activity

Comment on how to perform xcrun with sandbox
It's been 5 years, and looks like things changed. As of today /Applications/Xcode.app/Contents/Developer/usr/bin/simctl is just a trampoline to execute /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/bin/simctl that to my surprise does not need security scoped bookmark to launch. Sandboxed app runs simctl "just like that". That something I didn't expect.
Topic: Code Signing SubTopic: General Tags:
May ’22
Comment on Debug Failed in Xcode Simulator
for macOS 15.4 RC2, this is FB number: FB17035420
Replies
Boosts
Views
Activity
Mar ’25
Comment on UlTextView erroneously overrides string attributes when applying spellchecker annotation attributes (regression)
I was not able to reproduce the issue with macOS 15 beta 7. It remains broken on macOS 14 (and 14 only)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on How can we performantly scroll to a target location using TextKit 2?
Layout information on textViewportLayoutController is up-to-date at the point of this call either documentation of the textViewportLayoutControllerDidLayout is not accurate or there is a bug. I observed the same behavior.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on How can we performantly scroll to a target location using TextKit 2?
There is another call textLayoutManager.ensureLayout(for: NSTextRange(location: textLayoutManager.documentRange.endLocation)) that sounds like it should perform the layout for the whole document - but it's not. On that note usageBoundsForTextContainer is KVO observerable, but the updates are not published at all, that (FB13291926)
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on NSTextLayoutManager giving incorrect fragment frame
usageBoundsForTextContainer value changes, but the KVO notification does't work at all. I reported it FB13291926 last year.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on How to link multiple text views to a single text storage in TextKit 2
NSTextContentStorage provides textStorage property. NSTextContentStorage is already specialized implementation that uses NSTextStorage as its storage. how can I link multiple NSTextContentStorage to the same NSTextStorage? you don't.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on Xcode 15 beta does not show iOS 17 beta device
I have the same issue (Xcode 15 beta 7). It's annoying to the extend that even though USB cable is connected, but WiFi is disabled, it won't even connect.
Replies
Boosts
Views
Activity
Aug ’23
Comment on how to perform xcrun with sandbox
It's been 5 years, and looks like things changed. As of today /Applications/Xcode.app/Contents/Developer/usr/bin/simctl is just a trampoline to execute /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Resources/bin/simctl that to my surprise does not need security scoped bookmark to launch. Sandboxed app runs simctl "just like that". That something I didn't expect.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’22