当我尝试向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)
感谢任何帮助。