此NSLayoutConstraint配置了一个超出内部限制的常量。在Google地图自定义信息窗口中

时间:2018-01-11 05:07:13

标签: ios objective-c google-maps nslayoutconstraint gmsmapview

当我尝试向Google地图的GMSMarker添加自定义信息窗口时,我收到以下错误:

This NSLayoutConstraint is being configured with a constant that exceeds internal limits.  A smaller value will be substituted, but this problem should be fixed. Break on BOOL _NSLayoutConstraintNumberExceedsLimit(void) to debug.  This will be logged only once.  This may break in the future.

仅当我在视图xib文件中将自动布局约束放入标签时才会发生此错误。如果没有约束,则信息窗口显示良好。

我正在使用xCode版本9.1(9B55)

感谢任何帮助。

0 个答案:

没有答案