Post

Replies

Boosts

Views

Activity

Comment on iOS HTTP Proxy Settings Ineffective
If it helps, all browsers including WebKit can cache proxy information. You may need to take care you are not resuming a previous session. The site cache you are loading from might show stale information from before the proxy was set. WebKit runs in another process that might be caching some of this stuff. I'm not sure if deleting the app is enough to evict this cache. With proxy auto-configuration, the PAC may be cached too and pick up an old version. Wipe the device if you can for testing.
Aug ’23
Comment on `MTKView` on visionOS
Assuming you just want to use it in 2D, MTKView is built on CAMetalLayer which is available on visionOS. Might be they forgot to put it in. It wasn't on tvOS originally either, but added later. It is easy enough to recreate it from scratch. Lots of examples online for those that needed more control. I was able to build my own version on visionOS with no issues.
Topic: Graphics & Games SubTopic: General Tags:
Aug ’23
Comment on iOS HTTP Proxy Settings Ineffective
If it helps, all browsers including WebKit can cache proxy information. You may need to take care you are not resuming a previous session. The site cache you are loading from might show stale information from before the proxy was set. WebKit runs in another process that might be caching some of this stuff. I'm not sure if deleting the app is enough to evict this cache. With proxy auto-configuration, the PAC may be cached too and pick up an old version. Wipe the device if you can for testing.
Replies
Boosts
Views
Activity
Aug ’23
Comment on iOS HTTP Proxy Settings Ineffective
Additionally if running in the simulator, you need to provide environment variables in the run settings to use the proxy: http_proxy and https_proxy
Replies
Boosts
Views
Activity
Aug ’23
Comment on `MTKView` on visionOS
Assuming you just want to use it in 2D, MTKView is built on CAMetalLayer which is available on visionOS. Might be they forgot to put it in. It wasn't on tvOS originally either, but added later. It is easy enough to recreate it from scratch. Lots of examples online for those that needed more control. I was able to build my own version on visionOS with no issues.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Apple Silicon app builds but cannot launch
More relevant information here: https://developer.apple.com/documentation/security/updating_mac_software I think there may be some poor behavior in Xcode that can cause this situation to happen because I run in to this sometimes without doing anything too exotic.
Replies
Boosts
Views
Activity
Jan ’22
Comment on Xcode 11, Command CodeSign failed with a nonzero exit code
Thanks. I was also missing the newer version of this root.
Replies
Boosts
Views
Activity
Sep ’21