Posts

Post not yet marked as solved
0 Replies
140 Views
I'm just starting with Immersive Spaces. I am able to view one immersive space but when I tried to open a different one (after restarting the app) I got an error that only one space can be opened (at a time). I added before the openImmersiveSpace call. Now I see a warning shown in the post title. That is Unable to dismiss an Immersive Space since none is opened The app still works but it would be nice to detect when a Space is open so I could check and only close the 'old' space when present before opening the 'new' space. Any suggestions? Thanks. David
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
0 Replies
329 Views
In a tvOS app I have two buttons and would like to determine which one has focus when selected. Using func pressesBegan works for nw. override func pressesBegan(_ presses: Set<UIPress>, with event: UIPressesEvent?) { guard let selected = UIScreen.main.focusedItem else { return } Xcode tells me that focusedItem is deprecated and I should use -[UIWindowScene focusSystem].focusedItem instead. Any suggestions on a code snippet that could be used. Thanks
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
0 Replies
366 Views
Is it possible to remove/reset GmeCenter scores for my game app? I'd like to remove all scores so new users can start to compete. Is this possible? The games are educationally based and I'fd like to reset score for a new class.
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
1 Replies
349 Views
I installed Sonoma beta on my personal laptop and I find it set-up with a profile. This profile seems to prevent logging into iCloud when started up FreeForm. A bug or something I can fix? Thanks, David
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
2 Replies
1.6k Views
I've run into this problem before but can't resolve this time.I've downloaded researchKit using git clone -b stable https://github.com/ResearchKit/ResearchKit.gitBuilt it and added it to the ORKCatalog sample. On building that sample I get the error "appledoc is required for building ResearchKit's documentation. See http://appledoc.gentlebytes.com"Any suggestions? Thanks
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
0 Replies
701 Views
I'm using Xcode 14.1 to start a Core Data project. I created a new Project, checking CoreData. The resulting program works in Preview and in the Simulator. I've changed the data from a Item/timestamp to Locations/title. I plan to add more Attributes but that's for later. I think I've got all the Item instances changed to Locations and timestamp to title. It seems to work OK when in Preview for ContentView.swift but crashes in the Simulator with the error Swift/UnsafeRawBufferPointer.swift:946: Fatal error: UnsafeRawBufferPointer with negative count Any suggestions on what I have done wrong? Thanks. PS, the New Project includes the line Text("Select a location") but Select a location doesn't appear in the Preview.
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
0 Replies
760 Views
I was able have an app transferred from another AppleID to my personal AppleID. The transfer seemed to go OK (https://help.apple.com/app-store-connect/#/deved688524f) however there seems to be a problem now when I try to update the app. I've changed 'ownership' where I can see but when I uploaded the new version, the old bundleID no longer matches my new AppleID format. Do I keep the old bundleID? I'd prefer not delete and recreate the app. That was why I chose the transfer method. Any suggestions, thanks,. David
Posted
by Boomer.
Last updated
.
Post not yet marked as solved
1 Replies
601 Views
HI I've updated my fortran program and I'm trying to get through the notarizing process. I created a pkg with >pkgbuild ... I signed the package with >productsign ... I created an application password for notarytool I created store credentials with >xcrun notarytool store-credentials ... Received: Success. Credentials validated. Credentials saved to Keychain. Requested notarization with >xcrun notarytool submit ... Submission ID received Successfully uploaded file Current status: Waiting.... after a minute or two this changed to Current status: Invalid... Could this because the notarizing system doesn't understand Fortran executables or is there something else I've done incorrectly? I have a submission id, is there a way to get more information. Thanks, David
Posted
by Boomer.
Last updated
.