Post

Replies

Boosts

Views

Activity

Reply to Reality Composer Pro Assistant does not list GPT-5.6 models
Hi, @Vision Pro Engineer / Michael! I am referring to the drop-down menu that appears after successfully connecting an AI provider (which I should have attached in my initial message): That list seems to be static, but if we do something like: curl https://api.openai.com/v1/models \ -H "Authorization: Bearer $OPENAI_API_KEY" | jq -r '.data[].id' | grep 'gpt-5.6' ... we can see the latest models being provided by the API: gpt-5.6-sol gpt-5.6-terra gpt-5.6-luna The dropdown in Reality Composer Pro should also include those, IMO. I've submitted it here: FB24065533 Thanks!
Jul ’26
Reply to Xcode Cloud - Apple Silicon
That's what I was also wondering. We tried to use Xcode Cloud this year in my company, but it is incredibly slow. We had to fall back to GH Actions + self-hosted runner (Apple Silicon). I really cannot understand why Xcode Cloud still uses Intel. It really does not make any sense from a consumer/developer perspective.
Jun ’26
Reply to Reality Composer Pro Assistant does not list GPT-5.6 models
Hi, @Vision Pro Engineer / Michael! I am referring to the drop-down menu that appears after successfully connecting an AI provider (which I should have attached in my initial message): That list seems to be static, but if we do something like: curl https://api.openai.com/v1/models \ -H "Authorization: Bearer $OPENAI_API_KEY" | jq -r '.data[].id' | grep 'gpt-5.6' ... we can see the latest models being provided by the API: gpt-5.6-sol gpt-5.6-terra gpt-5.6-luna The dropdown in Reality Composer Pro should also include those, IMO. I've submitted it here: FB24065533 Thanks!
Replies
Boosts
Views
Activity
Jul ’26
Reply to Xcode Cloud - Apple Silicon
That's what I was also wondering. We tried to use Xcode Cloud this year in my company, but it is incredibly slow. We had to fall back to GH Actions + self-hosted runner (Apple Silicon). I really cannot understand why Xcode Cloud still uses Intel. It really does not make any sense from a consumer/developer perspective.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Xcode 16.4 iOS 18.5 simulator crashes for Apps requiring webkit
I'm facing the same issue. We have one file that "import WebKit" -- no manual linking is in place. It ran fine on iOS 18.4/Xcode 16.3, but started crashing in Xcode 16.4/iOS 18.5
Replies
Boosts
Views
Activity
May ’25