忽略标志指针 0x10ef76ec0 的 RegisterValidateFunction():在 Xcode 中的该地址找不到标志 [英] Ignoring RegisterValidateFunction() for flag pointer 0x10ef76ec0: no flag found at that address in Xcode

查看:35
本文介绍了忽略标志指针 0x10ef76ec0 的 RegisterValidateFunction():在 Xcode 中的该地址找不到标志的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我该如何解决这个问题?

How can I fix the issue?

W0721 13:54:19.105928 1 commandlineflags.cc:1503] 忽略标志指针 0x10ef76ec0 的 RegisterValidateFunction():在该地址找不到标志

W0721 13:54:19.105928 1 commandlineflags.cc:1503] Ignoring RegisterValidateFunction() for flag pointer 0x10ef76ec0: no flag found at that address

推荐答案

出现此问题是因为您的代码尝试使用可可豆荚中不存在的指针.您可以使用使用可可豆荚的框架并在主项目上安装所需的豆荚.

This problem occurs because your code try to using non-existing pointer in cocoa pods. You may using framework that using cocoa pods and install needed pods on the main project.

解决方案是使框架和项目中的cocoa pods版本相似,在框架和项目中从终端运行pod update指定每个pod版本为两个都一样

The solution is to make cocoa pods version similar in both framework and project , run pod update from the terminal in both framework and project or specify every pod version to be same in both

示例

框架 pod 文件:

pod 'GooglePlaces' '~> 3.1.0'

项目 pod 文件:

pod 'GooglePlaces' '~> 3.1.0'

希望这能解决您的问题.

I hope this solve your problem.

这篇关于忽略标志指针 0x10ef76ec0 的 RegisterValidateFunction():在 Xcode 中的该地址找不到标志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆