Post not yet marked as solved
I’m getting the feeling that OffscreenCanvas is incomplete and has never been exposed. Maybe the release notes serve only to tell us about the implementation progress.
Post not yet marked as solved
I see it’s in multiple places in the Safari technology preview release notes, but yes, I cannot access Offscreen Canvas from the window. Does anyone know how to access it, if it’s even possible?
Post not yet marked as solved
Apparently it's been resolved in 13.2:
"
Project Navigator
Resolved Issues
Xcode performance is no longer affected when source code displays several warnings and errors. (84533671)
"
Of course we have to try it. It's not necessarily entirely fixed.
Post not yet marked as solved
Has anyone received replies regarding their bug reports? For such a big issue, it is taking a very long time to get feedback.
Post not yet marked as solved
Is there a way to build to ios 15 and macOS 12 using Xcode 12? I am delaying upgrading due to this.
I think the answer is “no,” so I am stranded because my large project is impossible to edit realistically. How can can an issue like this get past v .0?
Post not yet marked as solved
Has anyone filed a bug report?
Post not yet marked as solved
Xcode 13.1 has been released, but does it actually address this issue at all?
Post not yet marked as solved
This is still a problem and unexpected behavior. Dictation or Siri need to be on for recognition to work again, seemingly (as @adadas said) , but iOS 14 had no such requirement. There is also no way to really prompt the user to activate this setting programmatically, and it puts undue burden on them when an app should just have its own permissions that the user approves/authorizes.
Post not yet marked as solved
Any updates? I haven't received word via the bug report or code-level support request (the latter of which is kind of a waste).
Post not yet marked as solved
By the way, I attended a GroupActivities lab and the engineer seemed surprised the code wasn't up. He indicated that it'd probably go up eventually, but it's unclear whether this was guaranteed.
Post not yet marked as solved
Has anyone tried with the new M1 iPad Pro 2021s?
Post not yet marked as solved
I realized that iOS is still an umbrella term for iOS + iPadOS support for many APIs in the documentation. That's a little bit confusing.
Post not yet marked as solved
I third that. I'm building an application right now that would benefit greatly from this example. Please release it!
Post not yet marked as solved
Yes, actually, but I feel that's really complex to do right now, and it looks like there's no code example for sparse textures at all. For example, how would I chunk textures the way the example figure shows it, and how do sparse textures actually work? Are textures partly deleted when not in use? Also, I am using an iPad Pro 2020, which sadly still has an A12 chip instead of an A13 or A14 (I wonder if they'll do yet another refresh soon...)
Atlases are more doable, but packing them efficiently is non-trivial. When you say replace regions, do you mean I'd load separate textures and blit those textures to a main atlas? Don't I need a render pass per region bit in case I need to use that memory again for something else? In short, when am I allowed to replace regions of a texture so as not to clobber texture data required in a previous draw call?
I actually tried the argument buffer idea and it *seems* to work, but I think that you're correct that texture streaming is closer to what I'd actually want to do.
Post not yet marked as solved
I appreciate the concerns about doing or not doing those practices, but really I just wanted to know if they’re possible.
With all due respect, I am careful. Also, the programs I’m referring to are UNIXy and don’t really use system services, so that’s less of a concern.
By securely, I meant, I hand a usb drive physically to the person and watch them try my application, or I send via some secure service that isn’t e-mail. The idea is that right now the computer blocks unless I disable “download from anywhere” even if I self-sign.
Can you elaborate on what disabling SIP actually does? Am I mistaken that it disables signing restrictions?
In any case, regardless of the safety of these practices, can I always go ahead with them in the worst case, or so we simply not know yet when it comes to Apple sillicon?
I think you quoted a 2019 wwdc talk here - https://developer.apple.com/forums/thread/117896?answerId=365071022#365071022
suggesting that Apple has committed to letting you re-enable things, but I’m not sure—is this no longer a guarantee?
If it makes people more at-ease, I would typically only do something like this with the internet off or with some LAN where I’m not exposing the system to malicious software.