I have the following problem:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[GADSlot state]: unrecognized selector sent to instance
I linked all the necessary frameworks.
I missed the ObjC flag in other Linker flags
Go to Project Settings > Build Settings and set -ObjC to Other linker flags .
Source: https://habr.com/ru/post/958418/More articles:How can you use security like Haskell across the entire web application stack? - javascriptWhy can't I: require: link in clojurescript? - namespacesAccess Form Property with VB.net Instance - vb.netHow can I ask PIPE how many bytes are readable? - pythonOverwrite SilverStripe administration area - silverstripeHTTPS on an Azure virtual machine - sslWhat are the different functions: `malloc ()` and `kmalloc ()`? - cwhat value to set in postgresql.conf to enable the use of "localhost" and "127.0.0.1" and the ip address? - postgresqlgrunt-contrib-htmlmin how to ignore template tags - javascriptWindows authentication using phantomjs - c #All Articles