Post

Replies

Boosts

Views

Activity

Reply to Cannot Add Claude Account to Xcode
I selected Opus and Sonnet. Is Sonnet 'better' for coding? Maybe leaving it at Default is best. It seems logging into Anthropic requires a paid account. Using a 'free' API lets you use the models for free, for now? Codex with a 'pay as you go' account is very capable but I'd like to use Claude going forward. I'm more of a hobby coder at this point and the Pro account is 'big' step up. ;-) maybe I should start charging for my apps. Hopefully I'll get a good feel for Claude in it's current configuration and can accept the value added of the paid account. [Just one more subscription]
Feb ’26
Reply to Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
Inside System : Library I have the folder AssetsV2 with large Folders. com_apple_MobileAssest_iOSSimulatorRuntime 85.83 GB and .com_apple_MobileAssest_xrOSSimulatorRuntime 56.23 GB. Also _appleTVOS.. 21.41 GB and _watchOS.. 18.87 GB. I've tried xcrun simctl runtime list and delete. After a computer restart xcrun reported Total Disk Images dropping from 267.9G to 106.8G BUT no change to Finder reported sizes. DaisyDisk showed 99G free and now 240G or 68G A lot of disk images appear in Disk Utility but eject doesn't work for most of them, maybe none. In Xcode I see a lot of simulators. I was able to delete many of them but no change to memory reported by the Finder. It looks like I've tried the suggestions above. I've run out of ideas.
Jan ’26
Reply to pkgbuild giving signing identity error
Thanks I finally got back to this. the security find-identity command was very helpful. The required identity was missing when I checked. Creating the Developer ID installer: identity was the missing piece. I had previously used an Developer ID Application: identity. The provided links were also very useful. Thanks Quinn for your help. David
Topic: Code Signing SubTopic: General Tags:
Jan ’26
Reply to Foundation Models Framework with specialized models
Ha. got an iOS version of the app together. Validated OK. Took a long time to upload but completed OK. Remember this includes the modified model in the app bundle. Got an email from App Store Connect. "Please correct the following issues and upload a new binary to App Store Connect. ITMS-90558: Thinned app size is too large - The “/Payload/PK-LLM.app” app bundle in the universal variant is 4 GB, which exceeds the maximum allowable size." Looks like I'm going to upload the specialized model to HuggingFace. Also, the current macOS version give an error after compiling (but not always). Could not launch “PK-LLM” Runningboard has returned error 5. Please check the system logs for the underlying cause of the error." The logs are full of a lot of stuff I don't understand. Maybe uploading to HuggingFace is the way to go.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Oct ’25
Reply to How can I generate a vision code?
Are you talking about a QR code? It might be an interesting way to jump to a URL without typing it in. That is, 'look' at the QR and have it recognize and open the URL in Safari. Hmm, doesn't seem to work like that 'yet'. I took a photo but the Photos app didn't do the AI bit. Maybe in an upgrade.
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’24
Reply to Connect DSA trader question
I received this request for trader information this morning. I am an independent developer.with a few apps on the App store. Mostly free, one or two with IAP. I get very little money from these apps. Probably none from the EU, especially since the UK left. I have no interest in having my privacy violated with address, phone number and email address posted publicly on the Apple EU Store. If I stop providing my apps on the EU store am I no longer a 'trader'?
Mar ’24
Reply to Xcode 26.3 RC - Claude Agent returns "Your request couldn't be completed"
Try 'logging' in with your API key. Xcode : Settings : Intelligence : Providers : Anthropic after downloading the Claude Agent. I wasn't able to use my free account by signing in but it works (for now) when I entered my API key
Replies
Boosts
Views
Activity
Feb ’26
Reply to Cannot Add Claude Account to Xcode
I selected Opus and Sonnet. Is Sonnet 'better' for coding? Maybe leaving it at Default is best. It seems logging into Anthropic requires a paid account. Using a 'free' API lets you use the models for free, for now? Codex with a 'pay as you go' account is very capable but I'd like to use Claude going forward. I'm more of a hobby coder at this point and the Pro account is 'big' step up. ;-) maybe I should start charging for my apps. Hopefully I'll get a good feel for Claude in it's current configuration and can accept the value added of the paid account. [Just one more subscription]
Replies
Boosts
Views
Activity
Feb ’26
Reply to Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
Using Xcode : Settings : Components and deleting unused Other Installed Platforms as shown in thread https://developer.apple.com/forums/thread/810415 which points back to this thread. DaisyDisk went from 240/68 GB to 345/76GB. Now orange instead of red! Finder still shows the same size.
Replies
Boosts
Views
Activity
Jan ’26
Reply to Orphaned 9GB Simulator Runtime in /System/Library/AssetsV2 - Cannot Delete (SIP protected)
Inside System : Library I have the folder AssetsV2 with large Folders. com_apple_MobileAssest_iOSSimulatorRuntime 85.83 GB and .com_apple_MobileAssest_xrOSSimulatorRuntime 56.23 GB. Also _appleTVOS.. 21.41 GB and _watchOS.. 18.87 GB. I've tried xcrun simctl runtime list and delete. After a computer restart xcrun reported Total Disk Images dropping from 267.9G to 106.8G BUT no change to Finder reported sizes. DaisyDisk showed 99G free and now 240G or 68G A lot of disk images appear in Disk Utility but eject doesn't work for most of them, maybe none. In Xcode I see a lot of simulators. I was able to delete many of them but no change to memory reported by the Finder. It looks like I've tried the suggestions above. I've run out of ideas.
Replies
Boosts
Views
Activity
Jan ’26
Reply to pkgbuild giving signing identity error
Thanks I finally got back to this. the security find-identity command was very helpful. The required identity was missing when I checked. Creating the Developer ID installer: identity was the missing piece. I had previously used an Developer ID Application: identity. The provided links were also very useful. Thanks Quinn for your help. David
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to The archived version number is showing up different than the one in xCode
@CarlS Thanks for this info. I looked in info.plist and found the previous bundle number despite changing the value in General tab. Hopefully that will help. @MikeNelson I had to double-click on the old value in the info.plist before I was able edit it. Maybe that is what you were seeing as 'hard coded', maybe
Replies
Boosts
Views
Activity
Dec ’25
Reply to Downloading my fine tuned model from huggingface
I forgot to add Network activity to the App Sandbox.
Replies
Boosts
Views
Activity
Oct ’25
Reply to Foundation Models Framework with specialized models
Ha. got an iOS version of the app together. Validated OK. Took a long time to upload but completed OK. Remember this includes the modified model in the app bundle. Got an email from App Store Connect. "Please correct the following issues and upload a new binary to App Store Connect. ITMS-90558: Thinned app size is too large - The “/Payload/PK-LLM.app” app bundle in the universal variant is 4 GB, which exceeds the maximum allowable size." Looks like I'm going to upload the specialized model to HuggingFace. Also, the current macOS version give an error after compiling (but not always). Could not launch “PK-LLM” Runningboard has returned error 5. Please check the system logs for the underlying cause of the error." The logs are full of a lot of stuff I don't understand. Maybe uploading to HuggingFace is the way to go.
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to Foundation Models Framework with specialized models
Hmm, the app works as expected on my iPhone with iOS 26.0.1. The iPhone simulator is on iOS 26.0
Topic: Machine Learning & AI SubTopic: Core ML Tags:
Replies
Boosts
Views
Activity
Oct ’25
Reply to Filtered dataFrame displays original dataFrame values
Thank you. Creating a new DataFrame worked and is what I thought I was doing. Converting 'data.rows.indices' to Int seemed to be an issue
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to Allow network access in tvOS app
Seems to be working now. I recreated the app ;-)
Replies
Boosts
Views
Activity
Dec ’24
Reply to Connect DSA trader question
My desire as well. I've taken my mostly free apps off the EU stores. I still see Apple asking for classification re trader status.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Connect DSA trader question
Just now removed Europe and added back UK for my apps. It will be interesting to see if I continue to have a request for this new declaration before new updates or submissions. I have a Vision Pro app I was thinking of submitting soon. Maybe if I wait awhile I won't have to answer this question right away.
Replies
Boosts
Views
Activity
Mar ’24
Reply to How can I generate a vision code?
Are you talking about a QR code? It might be an interesting way to jump to a URL without typing it in. That is, 'look' at the QR and have it recognize and open the URL in Safari. Hmm, doesn't seem to work like that 'yet'. I took a photo but the Photos app didn't do the AI bit. Maybe in an upgrade.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Connect DSA trader question
I received this request for trader information this morning. I am an independent developer.with a few apps on the App store. Mostly free, one or two with IAP. I get very little money from these apps. Probably none from the EU, especially since the UK left. I have no interest in having my privacy violated with address, phone number and email address posted publicly on the Apple EU Store. If I stop providing my apps on the EU store am I no longer a 'trader'?
Replies
Boosts
Views
Activity
Mar ’24