dcariola / XCodeEditor-for-Unity

XCode 4 project editor for Unity3D postprocess.
MIT License
217 stars 101 forks source link

'MiniJSON' could not be found #20

Open lsh7fish opened 7 years ago

lsh7fish commented 7 years ago

Hi. thank you for your great project. I'm making CI using jenkins in mac. When I build xocde after build. Build failed with log that Atomatically managing signing is 'Automatic'. So I search the solution. I found your project. And I attacted your project below Editor folder. But It is required

Assets/Script/Test/XCodeEditor-for-Unity-master/XCMod.cs(4,14): error CS0246: The type or namespace name `MiniJSON' could not be found. Are you missing a using directive or an assembly reference?

I don't know about MiniJSON. What I do for install your project. And How can I use your function in jenkins. Could you give me a advise with details.