Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode console print weird error

It appeared after migrating project to Swift 4.1

W0423 16:38:46.366578 1 commandlineflags.cc:1503] Ignoring RegisterValidateFunction() for flag pointer 0x10adafe00: no flag found at that address

How do I fix it?

like image 616
Sergey Avatar asked Apr 23 '18 13:04

Sergey


1 Answers

I was helped to roll back to a later version. pod 'GoogleMaps', '~> 2.6.0' for example.

like image 161
Booharin Avatar answered Nov 18 '22 12:11

Booharin