0

I just changed the folder structure of the IOS project in Xcode 6.3 and the warning on the image appeared.Solutions already on the internet are appropriate.I have copied the code in one folder and pasted it in another one.Is it some kinenter image description here

Suraj K Thomas
  • 5,773
  • 4
  • 52
  • 64
  • Strange warning, haven't seen that. . . . but what is the question? – Jasper Blues Apr 15 '15 at 11:35
  • 1
    i want to remove the warning so that the project is clean.. – Suraj K Thomas Apr 15 '15 at 11:40
  • 1
    possible duplicate of [ld warning: too many personality routines for compact unwind to encode](http://stackoverflow.com/questions/21150223/ld-warning-too-many-personality-routines-for-compact-unwind-to-encode) – thierryb Apr 24 '15 at 13:56

1 Answers1

0

Similar question here : ld warning: too many personality routines for compact unwind to encode

Also you can silent this warning by adding -Wl,-no_compact_unwind in build settings flags.

Community
  • 1
  • 1
thierryb
  • 3,660
  • 4
  • 42
  • 58