Project refactored to suppport ARC now while building the project getting error "language not recogonized ml2"

StackOverflow https://stackoverflow.com/questions/21525381

سؤال

enter image description here

My project was perfectly building before it is refactored to support arc. Now when the refactoring is applied, it is not building and an error message is shown that language not recogonized. Any work around for this?

هل كانت مفيدة؟

المحلول

The linker command line shows an option "-xml2", which is wrong. You have to find and remove that option from the "Linking" options in the build settings.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top