The type or namespace name `Unity' does not exist in the namespace `UnityEditor.Facebook'

I’m developing a moblie app, and I get this error: The type or namespace name “Unity” does not exist in the namespace “UnityEditor.Facebook”
alt text
alt text

What can I do to fix this?

I was facing the exact issue. Seems to be namespace conflict. I updated the using statement to this by adding the ‘global::’

100677-untitled-picture.png

I did this for all file reporting a similar issue from Unity.

Did you find a solution

Anyone had any luck solving this issue? I’ve stumbled upon it as well with Facebook SDK 7.9.4. and can’t seem to find any solutions.
It only seems to be an issue on Mac - working on the same version on Windows does not have any issues.

I think namespaces need to be defined in square brackets