I've re-built my dependency libraries using Xcode7 and now I receive these kind of errors :
"building for iOS simulator, but linking in object file built for OSX, for architecture x86_64"
How can this be fixed? I already tried to pass in "sysroot" and other things without success... 😟
Thanks for your help in advance!