Xcode 7 - How to remove ld: warning: -read_only_relocs cannot be used with x86_64 -


i have updated xcode 7 , receive following warning when compile:

ld: warning: -read_only_relocs cannot used x86_64

i don't think changed in build settings or code create this. know causing warning , how remove it?

i have found problem interested. mentioned in comment, i'm using twilio api , if install via cocoapods adds -read_only_relocs flag other linker flags in xcode (found under build settings). not generate warning above (on simulator) wont compile on actual device because can't have both bitcode = yes , flag. if want compile, need set enable bitcode no in build options.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -