0

In my app, I am getting the following Linker Error.

Previously, I made the project in XCODE 4.6 & Works perfectly in it

But When I try to run the project in XCODE 5, I am facing following error

enter image description here

I search a lot but could not able to find any good solution.

My external Framwork are twitter and urabanAirship so i have done setting in my project target>build settings> search paths >Header search path. Is that any wrong with this setting. I also applied the same setting in Library Search path but no luck. enter image description here

Help me to solve this.

Thanks in advance.

utkal patel
  • 1,321
  • 1
  • 15
  • 24

1 Answers1

0

I think your architecture is "armv7, armv7s". change to "armv7" only in Build Settings,

enter image description here

karthika
  • 4,085
  • 3
  • 21
  • 23
  • what error? same linker error is coming? Are you change "Yes" for Build Active architecture only. and also check your compiler is LLVM – karthika Oct 31 '13 at 09:42
  • ya, same error coming .i have done both change armv7 and "YES". – utkal patel Oct 31 '13 at 09:46
  • i am also facing this error. it is solved by this way. and try to change deployment target also, check this, http://stackoverflow.com/questions/19157977/ld-symbol-dyld-stub-binding-helper-not-found-normally-in-crt1-o-dylib1-o-bundl/19158212#19158212 – karthika Oct 31 '13 at 09:49
  • You could try deleting 'armv7' then reinserting it, similar to that described here: http://stackoverflow.com/questions/14892429/linker-error-after-upgrading-to-xcode-4-6-armv7-zbarsdk/14892644#14892644 – Robert Oct 31 '13 at 10:20