yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
908 stars 134 forks source link

Error CS0234: The type or namespace name 'Xcode' does not exist in the namespace 'UnityEditor.iOS' #21

Closed programming2012 closed 6 years ago

programming2012 commented 6 years ago

Hello On Unity 2018.1.6f1,When Compile ,It show this error.

yasirkula commented 6 years ago

Despite this error, does the project build successfully? If it does, then it should be an issue with the code editor. Let me know if build fails with the same error message.

P.S. You are building from a Mac, right?

programming2012 commented 6 years ago

Yestaday I need publish a version,So I Commented out part of the codes. May be the error is from Unity. Because it is OK on Unity 5.6.4p4 Thanks

yasirkula commented 6 years ago

I've searched the error on Google but as long as iOS module is installed for Unity 2018.1.6f1, I can't see a reason for this error to pop up, sorry. As you said, it should be related to Unity itself.