Search results for

DTiPhoneSimulatorErrorDomain Code 2

158,591 results found

Post

Replies

Boosts

Views

Activity

Handoff problems with two accounts
Hi,i have since a few MacOS versions and also with the current beta problems with Handoff, when a second users (with another icloud accounts) logs in on macOS.Handoff works great, when only the first user is logged in on macOS. But I have two iPhones with two different iCloud Accounts and one MacPro with two different users and the two iCloud Accounts at home. When the second user logs in. Handoff stops working.I cannot see the open apps in the dock on MacOS.I can see the open Apps on my iPhone, BUT I cannot open them. Handoff tries to get the data and I get the error message, that Handoff cannot be finished.Only thing I can do is restart the Mac. Then it starts working until the second user logs in again. I tried to log off the relog in icloud on all devices. But it does only work, when only one user is logged in.Any advices, what the reason can be. Or does continuity only work when only one user is using a Mac?Best regards.
2
0
2.2k
May ’17
Should I download IOS Beta 2?
I Installed beta 1 and it almost bricked my iPad mini 2. I didn’t wanna put it into recovery mode and I left it charging and it got out of the boot loop in a couple of hours. It dies really fast and if it dies/overheats, it goes back into the boot loop. But after it charges for a couple of hours it’s fine. Should I update to beta 2? Will my issues be resolve?
1
0
291
Jun ’17
Reply to Failed to verify your identity. Try Again - Error on AppStore Connect / Developer / SearchAds
I just encounter the problem today. Attempt login to App Store Connect directly on Safari. I got the two-factor code alert, but also the failed to verify message in the browser with nowhere to enter the 2-factor code. I instead went to developer.apple.com and was able to successfully log in there, and then clicked over to App Store Connect successfully.
May ’23
Developing on two separate mac computers
Are there any limitations with developing on two separate mac computers. I have a macBook and an iMac. The macbook is running XCode 7.2.1 and the iMac is running XCode 10.3. I have inherited a mobile app and I am trying to learn and upgrade the code to a later version of Xcode. I have been running into several code signing issues when I try and build / distribute the app. I get errors that it couldn't find the signing certificate, the provisioning profile, etc. Lots of errors ...Biggest questions:1.) What should I avoid doing that will screw up the existing production app? Don't mess with anything production.- this includes production certificates and production provisioning profiles2.) how to fix the existing build issues so that I can deploy a test app?
1
0
580
Apr ’17
Attachments with Object Tracking on visionOS 2
I have been able to get object tracking working with vision OS 2. So now in my reality view, when my reference object is detected - I am overlaying digital content on top of the reference object. I am implementing this with a Transform entity and attaching an object anchor to the entity and then placing my digital content in the scene (inside Reality Composer Pro) I now want to know if it's possible to create attachments and attach them to the digital content (say modelXYZ) that is spawned when the physical object is detected. If I need to write SwiftUI code to do this that works together with my RCP scene (that has the object tracking content), how do I do this? Some sample code or some reference to accomplish this would be extremely helpful
1
0
619
Jul ’24
Caldav two-step verification
I'm using caldav to fetch events from iCloud.First request is to get dsprsid and mmeAuthToken from appleId and passwordNormally the first request will be:auth = Basic %s % base64.b64encode(%s:%s % (appleId, password)) requests.get(https://setup.icloud.com/setup/authenticate/%s % appleId, headers={Authorization: auth})But when I insert appleId which enabled two-step verification the response will be:<dict> <key>protocolVersion</key> <string>2</string> <key>title</key> <string>Verification Required</string> <key>localizedError</key> <string>MOBILEME_TERMS_OF_SERVICE_UPDATE</string> <key>message</key> <string>This Apple ID is protected with two-step verification. To sign in, you must verify your identity.</string> </dict>Does someone know from where I continue from here? What should be the next call?Thanks!
0
0
832
Nov ’15
Two tables in a watchApp scene?
I would like to have two WKInterfaceTables running independently in a watch scene, but am not having any joy implementing them.I have created the two tables in a Group which works fine, now that I have played areound wuth Groups.The complication (excuse the pun) occurs in table(_ table: WKInterfaceTable, didSelectRowAt rowIndex: Int)where I can't work out which table has been selected. It gets called when I select either table, but tI can't identify which table was selected.
2
0
634
Jun ’18