xcode Xcode控制台打印奇怪的错误
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/49982778/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode console print weird error
提问by Sergey
It appeared after migrating project to Swift 4.1
它在将项目迁移到 Swift 4.1 后出现
W0423 16:38:46.366578 1 commandlineflags.cc:1503] Ignoring RegisterValidateFunction() for flag pointer 0x10adafe00: no flag found at that address
W0423 16:38:46.366578 1 commandlineflags.cc:1503] 忽略标志指针 0x10adafe00 的 RegisterValidateFunction():在该地址找不到标志
How do I fix it?
我如何解决它?
回答by Booharin
I was helped to roll back to a later version. pod 'GoogleMaps', '~> 2.6.0' for example.
我被帮助回滚到更高版本。pod 'GoogleMaps', '~> 2.6.0' 例如。
回答by Michal
To provide an Google Maps API key helped for me.
提供对我有帮助的 Google Maps API 密钥。