Post

Replies

Boosts

Views

Activity

Reply to Team ID suddenly changed
That led to an App Store Connect warning stating the opposite. App Store Connect Warning Potential Loss of Keychain Access. The previous version of software has an application-identifier value of ['WW2V9Q82B8.com.macplugins.rot13.rot13-intent'] and the new version of software being submitted has an application-identifier of ['WFNDASXC9R.com.macplugins.rot13.rot13-intent']. This will result in a loss of keychain access.
2w
Reply to Team ID suddenly changed
That development one for me is A9U365295Y. There was a distribution certificate in there with WFNDASXC9R in the common name. I revoked it on Monday to see if that would help as well as clear out all the expired ones. Today I totally removed it, downloaded the old version to the phone and tried again. Same error with the same values. Is there any way to get the identifiers in sync, or is automatic signing forever broken for all my apps now?
2w
Reply to Team ID suddenly changed
Team ID is WFNDASXC9R Xcode keeps using WW2V9Q82B8 What sticks in my mind is that when I started using Apple to host my email domain, I changed the email address somehow with my developer account? It's just that the ID seems the same since these apps have been untouched since long before that. It's funny how the really strange problems end up with you! Thanks!
2w
Reply to SwiftUI List Separator within NavigationView Problem
What I think is interesting, is that the divider seems to be based off of Text elements. It will stretch from the right edge of the screen to the leading edge of the left-most Text element. So if the row begins with, say, a Circle, it won't cover that. Remove the circle and have the text go further left, the divider follows. (In this case the view I have with the Circle is used as the label for the NavigationLink). I would have expected the length of the divider to always be the same, and am not sure if what I'm seeing is correct or not.
Feb ’24
Reply to My Debug Area logs suddenly stopped showing.
For me, in Xcode 15.0.1 I can see info messages but not debug ones. I guess for Xcode, that's where the debug ones would be the most useful to me. If it matters for this, I'm trying to use it with code generated by a macro, and the client playground file can't use os.log, so I'm using swift-log. Still, can't see debug level messages or a way to turn them on. The trouble here is that my first search hit ended up at Quinn. That usually means I'm out of luck. ☺️
Nov ’23
Reply to ERROR ITMS-90334: Invalid Code Signature Identifier. 
Me too, but a simple app using Swift Playgrounds on iPad. I sent a message to support about this describing what I was doing, and a copy of the error and got the response: “We're unable to determine the nature of your request. Please reply to this email with clarification”. This was the error I get back in email: ITMS-90334: Invalid Code Signature Identifier - The identifier 'Johnboxgame-numbers_and_letters_that_forums_thinks_are_offensive' in your code signature for 'Johnboxgame' must match its Bundle Identifier 'Johnboxgame' WIth the iPad app there’s not really much I can control as far as what goes in the bundle, and it’s worked in the past.
Oct ’22