I hit below error when build app on real device(ios9.0
) use xcode7 beta
:
ld: library not found for -lPods...... clang: error: linker command failed with exit code 1 (use -v to see invocation)
I tried to
change the config "Enable Bitcode" to "NO".
hardcode Framework path under build setting tab
but it didn't help.