简体   繁体   English

Azure 空间锚创建观察者导致断言错误

[英]Azure spatial anchor create watcher results in assertion error

I want to use azure spatial anchors to locate anchors from the cloud in my iOS app我想在我的 iOS 应用程序中使用 azure 空间锚点从云中定位锚点

I followed the docs and the sample project to setup the config and functions but when it comes to running I get a crash我按照文档和示例项目来设置配置和功能,但是在运行时我遇到了崩溃

let criteria = ASAAnchorLocateCriteria()
criteria?.identifiers = anchorIds
cloudSession.createWatcher(criteria)

results in结果是

Assertion failed: (([NSString stringWithFormat: @"%@", [props objectForKey: key]].length < 125)), function LogTelemetryEvent, file /Users/vsts/agent/2.155.1/work/1/s/SpatialServices/Core/Telemetry/src/ios/Telemetry.mm, line 436.

The error was in the spatial key错误在空间键中

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM