Generatins xcode on pc

Hi. i have a question regarded ios development.
I have a pc and mac. and i am working on a project for android and ios. on my project i have play service resolver. on the pc I can build for android with no problems, but now i want to build the ios version, and i am facing a problem. i installed the unity on mac and when i try to build on mac it shows me some errors, so i did try to build the ios version on pc succesfully, but i know that it only generates the xcode, so my question is: can i copy the xcode generated on my pc to the mac machine and to generate the last step of the compilation on it?. what do i need to do it ? . On the mac is installed xcode.

Thanks in advance

You can copy the folder that Unity built from PC to Mac and open it with XCode. But there are some iOS plugins for Unity that won’t do their post processing correctly if they are run with PC (since those plugins assume that current platform is Mac).

@kaarloew Thanks for your reply. Can you clarify the last point a few more ? Do you mean Play service resolver ?.

Thanks

Unfortunately I don’t have any list of misbehaving plugins. Usually the ones that use e.g. Ruby, Python or something similar for post processing.