fwiw I am not using a pod and hitting this error.
duplicate symbol _kReachabilityChangedNotification in:
.../Debug-iphoneos/dam.build/Objects-normal/arm64/AReachability.o
.../Debug-iphoneos/dam.build/Objects-normal/arm64/MPReachability.o
ld: 1 duplicate symbol for architecture arm64
Is it related?
Update Edit
Since I am using the open source SDK I was able to find this symbol (lose the preceding ‘_’ in the name.) The following fixed me and got me running. I’ve seen banner ads so far.
I changed “kReachabilityChangedNotification” to “kMPReachabilityChangedNotification” in MOPUBAVPlayer.m, MPReachability.h and MPReachability.m
I’ll put in a pull request as soon as I get our update out and know its working. If someone gets to it before me please let me know. (I don’t have the repo cloned atm)