Post

Replies

Boosts

Views

Activity

Can't upload app: No accounts with App Store Connect access have been found
Getting this error suddenly tonight:No App Store Conect Account:No accounts with App Store Connect access have been found for the team "<MY TEAM>". App Store Connect access is required for App Store distribution.Then below it lists my Apple ID and says "No App Store Connect access for the team".Nothing has changed and it worked a week ago.I'm the owner of my company, the "agent" account in member center and admin on app store connect.Any solution to this?I had a similar problem maybe 6 months ago that randomly went away on its own at some point, but was stuck with it for a week or more at the time.
6
0
7.9k
Nov ’18
Xcode 10.0 diagnosticd high CPU w/iPhone XR Simulator
Hi All,I've got the new 2018 MacBook Pro 15" (15,1) running High Sierra 10.13.6 and the Xcode 10.0 (10A255) release version and am having the following recurring issue.I've got an iOS project that I'm running in the simulator. In this case I'm actually running XCTests. The total tests run for about 4 seconds.At this point, Xcode looks like it's idle, but my fans spin up to full speed and Activity Monitor shows me: diagnosticd 170% cpu diagnosticd 82% cpu notifyd 78% cpu SpringBoard 78% cpuSometimes it shows diagnosticd higher like 350% CPU, but always diagnosticd is the highest.The computer doesn't seem to be doing anything. Both Xcode and Simulator are responsive.If I close the simulator, these disappear and the fans spin back down.This happens 100% of the time with the iPhone XR simulator, but doesn't seem to happen at all with any of the others, including the XS and XS Max.Anyone else seeing this?
5
0
5.8k
Sep ’18
SceneKit keyed blend shape animation imported from Collada (.dae) file (created in Maya) not playing
I'm using Maya to create animations to use in SceneKit.I'm exporting as COLLADA file (.dae) using Maya's built-in FBX DAE exporter.Animations on the node transform all work perfectly. For example, if we have an animation of the translation, rotation, or scale -- or a combination of those -- the animation imports correctly with the node.However, when I import an animation based on keyed blend shape inputs, the animation doesn't play.Within Xcode, if I click on the .dae and start looking at attributes, the node is there and has the blend shape (geometry morpher) attached, and it is manipulable.Additionally, an animation is listed, and if I look at attributes within the node, the animation is listed there as well.If I iterate through the SCNNode's animationKeys property, an animation is there and it has the correct amount of time associated with it. But I can't seem to get it to work.On the Xcode side of things, I have tried:Saying "Update" when prompted to update the .dae file within Xcode.Not updating the .dae file when promptedApplying Jon Allee's Collada Morph Adjuster to the .dae file, before giving it to Xcode.Loading as SCNSceneSource instead of SCNSceneOn the Maya side of things, I've tried several variations on the creation/export process:Tried the "remove single key" checkbox (with and without)Tried the "bake animation" setting in the export windowTried checking and unchecking "Deformed models" and "Blend Shapes"Under the Collada option in the export window, I've tried with and without "Single Matrix" checked. I usually check "Single Matrix" now or I get a bunch of animations within Xcode. However, checking or not checking this option does not appear to have any effect on SceneKit's behavior. The transform animations work either way, and the blend shape animations don't work either way.I've also looked at dozens of Stack Overflow questions carefully -- this is not a duplicate question, as well as ones in Apple's forums and am pretty out of ideas.I put together a quick sample project that demonstrates both the working and non-working, and includes the source Maya files as well as a couple of explainer videos.I'm using:Maya 2018.2 (Cut ID: 201711281015-8e846c9074)Xcode 9.3 (9E145)macOS High Sierra 10.13.4iOS 11.3.1Thanks!
3
0
4.1k
Apr ’18