Link error with Xcode 7 beta, address sanitization and CocoaPods + adMob -


i converted ios project xcode 7 beta + swift 2 (it runs , tests work).

however, when turn on new address sanitizer (option+run -> run -> diagnostics -> enable address sanitizer, following message linker:

undefined symbols architecture x86_64:   "___asan_init_v5", referenced from:   _asan.module_ctor in libpods.a(pods-dummy.o) ld: symbol(s) not found architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation) 

seems reference cocoapods use admob pod. updated cocoapods latest version , updated admob pod latest version.

any hints how address sanitizer work cocoapods or admob cocoapod whichever causes this?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -