After upgraded a project on Xcode 5.1, Product > Build gives the following warning and error:
ld: warning: ignoring file Dropbox/Dropbox.framework/Dro
Remove armv64 in
Project > Build Settings > Architectures> Valid Architectures
( i.e. leave only armv7 and armv7s )
Also, set Build Active Architectures Only to NO.

Change:
Standard arm64 armv7 armv7sTo:
armv7 armv7s armv7 armv7s