objective c - Trouble when I try to run Archive command in XCode -


I am making an app with Facebook verification. It's working fine on the simulator and in the device.

But, when I try to "archive" (product = & gt; collection), I get this error:

  LD: not for the library Mixed-lfacebook_ios_sdk clang: error: failed with linker command failure code 1 (Use -V to view invitation)   

The library is fine, otherwise it will not be compiled on the simulator / device.

I do not know that this information is relevant, but my project is ARC project.

Do anyone know what this error can mean?

I just removed the "libfacebook_ios_sdk.a" reference from my link binary libraries and sorted the problem Have done

I do not know why it worked, but it worked!

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -