Post

Replies

Boosts

Views

Activity

Reply to [tvOS] ERROR: failed to load 'RawCamera' bundle
The problem seems to be introduced in tvOS 15, I can reproduce it on tvOS 15.4 but cannot download the tvOS 15.0 Simulator at the moment as the downloads keep failing. The following code is enough to trigger the issue: let path = Bundle.main.path(forResource: "Example", ofType: "png")! let _ = UIImage(contentsOfFile: path) Reported as FB11892233.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’22
Reply to HTML NSAttributedString technique that avoids Sonoma's TextKit issues
Fixed in macOS 14.3 (23D56).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Resume failed simulator downloads?
You can download the runtimes directly from the here and for 2022 and later Apple platforms you can use the xcrun simctl runtime add command: xcrun simctl runtime add iOS_16_Simulator_Runtime.dmg Simulator runtimes for earlier versions can be installed with the xcodes tool.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Simulators fail to download in Xcode
The speed issues seem to have been resolved. The xcrun simctl runtime add command only works with 2022 and later Apple platforms: xcrun simctl runtime add iOS_16_Simulator_Runtime.dmg Simulator runtimes for earlier versions can be installed with xcodes.
Replies
Boosts
Views
Activity
Jan ’23
Reply to [tvOS] ERROR: failed to load 'RawCamera' bundle
The problem seems to be introduced in tvOS 15, I can reproduce it on tvOS 15.4 but cannot download the tvOS 15.0 Simulator at the moment as the downloads keep failing. The following code is enough to trigger the issue: let path = Bundle.main.path(forResource: "Example", ofType: "png")! let _ = UIImage(contentsOfFile: path) Reported as FB11892233.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22