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
Post a Comment