Search results for

file uri scheme

79,857 results found

Post

Replies

Boosts

Views

Activity

Reply to Reoccurring data access prompt issue with Swift Playgrounds 4.6.4 on macOS 26.1
On another thread davpea wrote: [quote='866396022, davpea, /thread/807383?answerId=866396022#866396022, /profile/davpea'] Is there a bug report for this / do you know if its being addressed soon (MacOS 26.2) ?? [/quote] I’ve seen a bunch of forums threads about this but no one on those threads has posted a bug number. Without that, it’s hard to say anything about this issue. I recommend that you file your own bug about it. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Nov ’25
Reply to Xcode and Reading documents from a URL connection.
There seems to be multiple parts to your question: Downloading content Managing files in the Documents directory Displaying that content Which one are you having problems with? This is important because it informs how to route your question. For example, if you’re having problems with URLSession then that’s something I can help you with, but I’m not the best person to talk to about UI frameworks. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Nov ’25
Object tracking capability not available
Hi there, I received an enterprise license file to include enhanced object tracking configuration for the Vision Pro. My account is part of the team which got the allowance from Apple to use this capability. Unfortunately, although I followed the guide, I do not find the Object Tracking capability when I try to add it to my project. There are other capabilities like Main Camera on the Vision Pro, but not for Object Tracking. I am using Xcode 26.1 and visionOS 26.1. What am I missing here? Thanks in advance, Matthias
1
0
230
Nov ’25
Reply to Universal Link Not Working – Apple Request Blocked by Firewall Due to Geographic Restriction
Thank you for your response. Here is the AASA file URL as requested: https://pre-api.tcc-ltd.sa/.well-known/apple-app-site-association To clarify, I fully understand that using Developer Mode allows us to bypass the Apple CDN and test Universal Links internally, and in that scenario everything works correctly within our target country environment. However, the issue arises when the app is distributed via the App Store. In production, Apple CDN servers located outside our target country attempt to fetch the AASA file, and since our firewall is configured to allow access only from within the target country, those external requests are blocked. This results in Universal Links not functioning for end users, even though they are located inside the allowed region. Our goal is to ensure that Universal Links work for real users in our target country without relaxing our geographic firewall policy for external IPs. Could you please advise if there are any recommended approaches or best practices for
Topic: App & System Services SubTopic: General Tags:
Nov ’25
Reply to Concerning Socket Disconnection Issues in iPhone VoIP Applications
Yes. Currently, one of our corporate clients has reported an issue with my application. Upon analyzing the application log file from when the incident occurred, we identified ENOTCONN as the cause. We have not received similar reports from other clients. The total number of logs received is limited, and at this time we have only been able to identify the cause from the app logs in one case.
Nov ’25
Failed to generate code coverage report on iPhone
Failed to generate code coverage report when doing Swift Testing on iPhone device, but it's ok in UI testing or running on My Mac(Designed for iPad). I have enable code coverage in test plan. My app can't run on simulator due to frameworks limitations. Platform: Mac mini M2 w/ macOS15.7, iPhoneXR 18.6.2 Xcode version: 26.1 & 16.0 error msg: Failed to download profiles from paths [/private/var/mobile/Containers/Data/Application/76A1F9BC-98C8-4349-998B-0FC030DEE3EC/tmp/3A424286-872D-40AD-B4CA-65B232B57EB4] on device 'iPhoneXR' for application with bundle ID 'xxx.xxxx.xxxx' to directory /Users//Library/Developer/Xcode/DerivedData/-bosqsqmqiqwweldrfrtgsfpnhroht/Build/ProfileData/00008020-00042C2A3E38002E: Failed to retrieve the file node for tmp/3A424286-872D-40AD-B4CA-65B232B57EB4. (Underlying Error: Failed to retrieve the file node for tmp/3A424286-872D-40AD-B4CA-65B232B57EB4)
0
0
74
Nov ’25
Reply to 32 byte NSNumber memory leak - how to fix?
Our engineering teams need to investigate this issue, as resolution may involve changes to Apple's software. Please file a bug report, include a small Xcode project and some directions that can be used to reproduce the problem, and post the Feedback number here once you do. If you post the Feedback number here I'll check the status next time I do a sweep of forums posts where I've suggested bug reports. Bug Reporting: How and Why? has tips on creating your bug report.
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’25
Reply to LLDB and environment variables in Xcode
Xcode doesn't pass these environment variables to lldb when it runs it, nor does it preprocess the .lldbinit files to insert these variables. We don't pass them to lldb as there's too much chance one of them really wouldn't be appropriate for lldb and cause hard to diagnose problems. And since .lldbinit files can contain arbitrary user expressions, preprocessing can also cause problems. Instead, the suggested way to do this is to make a target specific lldbinit file - as you have done - and in that file bring in all the .py files you need using command script import --relative-to-command-file ./my_python_files/my_python_file.py That allows you to give the paths to all your python files relative to the target-specific .lldbinit file without having to know where any of them actually are. Note, the same option exists for sourcing other files of lldb commands using command source.
Nov ’25
Reply to BGContinuedProcessingTask register block not called, submit does not throw an error
Everyone except one user (so far) who has reached out to report nothing happens when they tap the Start Processing button. First off, how do you know that? And what other devices have you tested on? That particular device does NOT have a dynamic island, so starting a task doesn't necessarily have any visible impact. The task DOES start, but you won't see any system UI unless the app is backgrounded or there are other tasks active. Next, moving to the bug here: I submitted a bug report FB21052216 If your user is willing to help, what we really need is a sysdiagnose. The basic process is: Reproduce the issue a few times. Capture and collect the sysdiagnose. Upload that file to the bug. The only warning here is to not reboot the device until the sysdiagnose is captured, since the reboot will lose log data. Jumping back to your earlier post: Or have I done something wrong in the implementation? I don't see any obvious mistake in your implementation, but there were two things I would double-check: Remembe
Nov ’25
Reply to Universal Link Not Working – Apple Request Blocked by Firewall Due to Geographic Restriction
Apologies for the extended delay. I comprehend the geographic restrictions, but your server should permit requests for the AASA file from any IP address and user agent. Without this capability, the AASA file cannot be downloaded and utilized. Could you please provide a link to the file in question? Without access to that file from your server, I am unable to identify any alternative methods to obtain access to the Universal Links. Albert Pascual
  Worldwide Developer Relations.
Topic: App & System Services SubTopic: General Tags:
Nov ’25