BTW for my version of RoomPlan the error is NOT harmless because Metal cannot load its Texture and Vertex files. Without those files Metal has nothing to work with.
Post
Replies
Boosts
Views
Activity
For me, the error was first observed when running late IOS17 levels. If you look at the URL, the path is missing the host component from the URL resulting in a string for the url of "file:///System/Library/CoreServices..." which is an invalid URL construct due to a missing host component after the "file://". That is why you are seeing the error. The path you are seeing in the URL is on the Mac system driving the App on the iPhone and that path does not exist on the iPhone device. I have been trying to track down component that it originaties in. Ir you take a demo application and step through the AppDelegate.swift from the entry point, you get the error on the execution of the second line of the AppDelegate class initialization on the line that starts "var window". It consistently stops with the execution of that line.
"@main
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
return true"
it is any comfort I was seeing the error when running a GIS application on Microsoft systems too because of a scripting error in setting up the configurations on a multi host distribute application.
Another question is why does the URL not have a host id to allow it to follow the path. Presumably the host field is the identity of the build host should be available in a number of places for the loaded executable
I have observed something similar on my iPad
I started to download it and it failed.. I did a restart of my Mac mini and then restarted Xcode which worked.
The only question left is what parameter in the project that needs to be changed to correct the behaviour of Metal and other code in the app
I found the answer to my own question. It turns out that the URL for data files was Malformed by the library routines. There. is no target Host available in the URL so it prepends a string of "///" to the directory path to the particular file being referenced on the foreign host. I seem to have missed setting up the info.plist configuration item that defines the HOST to be targeted for fetching the related file from the build machine or libraries.
With all the Useless information that is dumped in the logs, I am surprised that there was NOT a diagnostic or warning about the Malformed URL missing the Host name from which to fetch the data
Is there a corresponding directory tree on the iPadOS.platform? I. have not been able to locate it through the file management UIs that are available
The question is why did the system version bundle not get found if I could find it by a manual search? On which machine does that message originate? I presumed it is background from the Mac I am using for Xcode debugging.
I also verified from the File information that the properties of the file look reasonable
Yes it did. I chased the directory chain and found the bundle file that is being claimed as not present by the following lines
Unable to create bundle at URL (file:///System/Library/CoreServices/SystemVersion.bundle): does not exist or not a directory (0)
Unable to create bundle at URL (file:///System/Library/CoreServices/SystemVersion.bundle): does not exist or not a directory (0)
Unable to create bundle at URL (file:///System/Library/CoreServices/SystemVersion.bundle): does not exist or not a directory (0).
When I finally did find the bundle file, I looked into the contents of the package and it looked reasonable from what I had seen in other packages.
Why is that message being presented by Xcode if the file exists? Is Xcode supposed to be running in some kind of privileged state on the Mac mini machine? Please explain how those privileges work.
DTS Engineer, how do. you "do less work" when the default minimum is already being done. I had a number of debugging displays of data structures in motion. Turning off the displays was not effective in reducing the work enough. My suspicion is that the. delegate queue is being delayed by the activities of other delegates for class processing.
MarnixArnold,
When this happens do you get a "SessionInterrupted" event reported? What is the reason for the interruption when you get the "Ended" event? I am seeing a possible linkage between the two
I tried cutting it back by commenting out all of my debug prints that I had. I still had errors. I moved up to IOS18 as recommended by an Apple support person to see if I could get more memory allocated. Then I ran afoul of the dreaded sandbox requirement that is being enforced. I am also getting errors from the IMU that say the data flow was less than normal and the tone of the message indicates it could be a hardware or delegate issue. Through what delegate is IMU data delivered?
This message is likely not "noise".Actually I would think that finding a resource identifying the current execution environment might be quite useful to identify services and resources that might be needed. Later in the initialization there are messages about use of the "Sandbox" settings of the application which had not shown up until the move up to the latest Mac and IOS betas. Errors I am seeing later in the execution of my modifications to RoomPlan seem to be tied to warning messages of this type for the purpose of resource usage