-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Domain=GARSession Code=-3 when I try host cloud anchor #21
Comments
Hello! And sorry you are running into this issue. That error means that we don't think ARKit is tracking properly, but you already mentioned that have confirmed that it is. Are you calling |
yes, I do it like this:
|
@sammcd Hi. Do you have any updates/suggestions for this issue? |
Apologies for the slow response time, and thanks for following up! I reviewed our code for every case that this error message can be returned, and it really looks like our library is not getting ARFrames that are in a good tracking state. Here are the next steps I would take to debug.
Please let me know if that helps out at all or if you still get the same error. |
@sammcd , Hi. You will smile but I forgot set ARSession's delegate. It was my fault. For now I get the correct cloud anchor in Thanks for your time. I will close it. |
Hi guys,
I'm working on cloud anchors api and I have an issue when I try host cloud anchor. I don't use firebase as it is in sample.
So my source code the next:
`- (void)viewDidLoad {
....
}`
In this place gSession is OK. There isn't any errors. When ARTrackingState is ARTrackingStateNormal then I perform tap:
` - (void)addImageWithGestureRecognizer:(UITapGestureRecognizer *)gestureRecognizer {
}`
and I get error in this place:
Error Domain=GARSession Code=-3
. What did I miss?Poddile.lock is the next:
` PODS:
DEPENDENCIES:
SPEC REPOS:
https://github.com/cocoapods/specs.git:
- ARCore
- BlocksKit
- Bolts
- FBSDKCoreKit
- FBSDKLoginKit
- FBSDKShareKit
- GoogleToolboxForMac
- GTMSessionFetcher
- IQKeyboardManager
- LGSideMenuController
- Protobuf
SPEC CHECKSUMS:
ARCore: e907a1e975726eed59ad72e10e3226a8246e2417
BlocksKit: 7f422b971407001178d181a43b99014ea2591fe6
Bolts: ac6567323eac61e203f6a9763667d0f711be34c8
FBSDKCoreKit: 8d47857400e2f5bdea697a80daff882e91c84ef6
FBSDKLoginKit: 4621c690d9dd8628031a4791497062183ea34b0d
FBSDKShareKit: 6ffe22f0a0618eb7424d4104ab0ef3ce9643d42a
GoogleToolboxForMac: ff31605b7d66400dcec09bed5861689aebadda4d
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
IQKeyboardManager: 2ca9d64893247556f53523dcd8d78641f0ba7c23
LGSideMenuController: ae40c80983ab8b8801c7cef0a6804d43aaa72d45
Protobuf: 7a877b7f3e5964e3fce995e2eb323dbc6831bb5a
PODFILE CHECKSUM: d59f2f2ffcd3e11902fa1348a24f026942f0023e
COCOAPODS: 1.6.0
`
The text was updated successfully, but these errors were encountered: