Any ideas on this would be greatly appreciated. Is it a process error, set-up error or should I be raising a ticket for this?
I continue to have 2 error messages when attempting push/pull to remote repository. Example:
Create new project on Desktop using Xcode, File/New Project (tick 'create Git repository on my Mac').
Change 'ContentView' text to “Hello world!2”.
Integrate/Commit, stage all, amend, commit.
Create new remote repository (I have checked GitHub and a new repository has been added).
Change 'ContentView' text to “Hello world!3”
Integrate/Commit, stage all, amend, commit. - all looks fine so far
Integrate/push to origin/main:
Error message: “The local repository is out of date, make sure all changes have been pulled from the remote repository and try again”.
There is now 1 up and 1 down arrow next to the branch.
Integrate/pull
Error message: "An unknown error has occurred. No merge base found".
I have tried this several times with same response, using iMac with Xcode 15.3, also tried with Xcode 15.2.
Post
Replies
Boosts
Views
Activity
I tried the sample code from 'Customizing workouts with WorkoutKit' all works fine on the simulator, however, I have the following error when testing on device (iPhone SE):
Error Domain=WorkoutKit.StateError Code=0 "(null)"
On launch, this is associated with 'failed to retrieve scheduled plans'. Also the same when requesting authorization.
Any ideas on this one?
I am using the template Augmented Reality App and I have imported Apple's toy_robot_vintage.usdz into the Experience.rcproject file using Reality Composer. When I run the app, I have the following error:
_validateTextureView:557: failed assertion `Texture View Validation texture usage (0x01) doesn't specify MTLTextureUsagePixelFormatView (0x10)' warning: could not find Objective-C class data in the process. This may reduce the quality of type information available.
(lldb)
There is a Thread1: signal SIGABRT error in the generated code for Experience.swift on the line:
let anchorEntity = try Experience.Box.loadAnchor(contentsOf: realityFileSceneURL)
Any ideas on how I can approach this? Thanks in advance.