Post

Replies

Boosts

Views

Activity

Reply to Xcode 26: Unable to get past "Automatic signing failed"
Follow-up: There is a Capability Request tab on the Certificates, Identifiers & Profiles page in the Developer Portal. The request was immediately approved. After this you need to (1) switch back to the Capabilities tab on that same page to add the granted capability, and (2) Go to the Capabilities view in Xcode to add the capability to your app. Good luck with Octane Buddy!
Jun ’25
Reply to Xcode 26: Unable to get past "Automatic signing failed"
I'm encountering the same issue. ChatGPT reports "Apple restricts access to com.apple.developer.foundation-models." You must: (1) Be a member of the Apple Developer Program, (2) Explicitly request access or be part of the eligible seed group (WWDC24, Apple Intelligence Beta, etc), (3) If you’re not part of an eligible group, you won’t be able to use this entitlement, and your app won’t build with it, and (4) Check your developer account or Apple Developer Forums for status. I came here to find a way to request access.
Jun ’25
Reply to AFM support for RAG Applications
Follow-up question: Does the following Apple Intelligence API allow RAG use case support via Siri: https://developer.apple.com/documentation/appintents/making-onscreen-content-available-to-siri-and-apple-intelligence ? For example can the file or document schema be used to submit the following to Siri/Apple Intelligence for conversational interrogation: a) a file or document with the content to be evaluated and (b) another file with context information ? The expectation is that the user could ask Siri questions about file/document (a) and Siri will respond based on assessment that includes contextual information provided in file/document (b). Any thoughts/ideas/suggestions are appreciated.
Nov ’24
Reply to Xcode 26: Unable to get past "Automatic signing failed"
Follow-up: There is a Capability Request tab on the Certificates, Identifiers & Profiles page in the Developer Portal. The request was immediately approved. After this you need to (1) switch back to the Capabilities tab on that same page to add the granted capability, and (2) Go to the Capabilities view in Xcode to add the capability to your app. Good luck with Octane Buddy!
Replies
Boosts
Views
Activity
Jun ’25
Reply to Xcode 26: Unable to get past "Automatic signing failed"
I'm encountering the same issue. ChatGPT reports "Apple restricts access to com.apple.developer.foundation-models." You must: (1) Be a member of the Apple Developer Program, (2) Explicitly request access or be part of the eligible seed group (WWDC24, Apple Intelligence Beta, etc), (3) If you’re not part of an eligible group, you won’t be able to use this entitlement, and your app won’t build with it, and (4) Check your developer account or Apple Developer Forums for status. I came here to find a way to request access.
Replies
Boosts
Views
Activity
Jun ’25
Reply to Differentiate macOS from iPad in "(Designed for iPad)" app
Thank you! The inabliity to code specifically for Designed for iPad is non-trivial. This is exactly what I needed. Here's a Swift rendition that's working perfectly for me: var isRunningInDesignedForIPadMode: Bool { if #available(iOS 14.0, *) { return ProcessInfo.processInfo.isiOSAppOnMac } return false }
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to AFM support for RAG Applications
Follow-up question: Does the following Apple Intelligence API allow RAG use case support via Siri: https://developer.apple.com/documentation/appintents/making-onscreen-content-available-to-siri-and-apple-intelligence ? For example can the file or document schema be used to submit the following to Siri/Apple Intelligence for conversational interrogation: a) a file or document with the content to be evaluated and (b) another file with context information ? The expectation is that the user could ask Siri questions about file/document (a) and Siri will respond based on assessment that includes contextual information provided in file/document (b). Any thoughts/ideas/suggestions are appreciated.
Replies
Boosts
Views
Activity
Nov ’24
Reply to AFM support for RAG Applications
Thank you @Engineer. Enhancement request filed - FB15586322 (Apple Intelligence RAG Support).
Replies
Boosts
Views
Activity
Oct ’24