Xcode undefined symbol armv7 _CShareStatus

Hi all,
I am in need of some help.

When building unity Xcode project, I’m getting Apple Mach-O Linker Error. I’ve looked everywhere on the forums for a solution and came to this conclusion:

  1. I need to add a file to my Compile Source, in Xcode, that contains the definition for “_CShareStatus”.

I do not know which file or where it is and this is where I need your help.

Thank you for your support
Here’s a screenshot just in case I’m wrong about all this.

2244122--149858--Screen Shot 2015-08-10 at 11.39.04 PM.png

It’s likely you have some plugin which is not compiled to all architectures your project is set to build for. E.g. your project is built for both arm64 and armv7, but the plugin is compiled only for armv7.