I would like to try to make an app with an advertizement inside it. I replicated this tutorial :
However Xcode tells me that there is a SIGAaBRT error somwhere in the Appdelegate.swift :
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Also I replicated their examples here for Swift code:
developers.google.com
developers.google.com
I just can't seem to find the problem. Any ideas?
However Xcode tells me that there is a SIGAaBRT error somwhere in the Appdelegate.swift :
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
Also I replicated their examples here for Swift code:
Set up Google Mobile Ads SDK | iOS | Google for Developers
Get started with Google Mobile Ads SDK for iOS, including prerequisites and ad types.
Set up banner ads | iOS | Google for Developers
Integrate banner ads from Google Mobile Ads SDK into an iOS app.
I just can't seem to find the problem. Any ideas?