

I tried following command on mac through terminal to create workspace fileīut it is also getting following error. I am not able to generate workspace file with ios Build in Unity. UnityEngine.GUIUtility rocessEvent (int,intptr) (at /Users/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:197)Ĭlick to expand.I tried the above solution, but I am still getting the errors while building unity ios build in Xcode. Google.IOSResolver:OnPostProcessInstallPods (UnityEditor.BuildTarget,string) (at /Users/smiles/dev/src/unity-jar-resolver/source/IOSResolver/src/IOSResolver.cs:2331) Google.IOSResolver:Log (string,bool,Google.LogLevel) (at /Users/smiles/dev/src/unity-jar-resolver/source/IOSResolver/src/IOSResolver.cs:1007) Google.Logger:Log (string,Google.LogLevel) (at /Users/smiles/dev/src/unity-jar-resolver/source/VersionHandlerImpl/src/Logger.cs:127)

[33mWARNING: CocoaPods requires your terminal to be using UTF-8 encoding.Ĭonsider adding the following to ~/.profile:

This may be due to a broken CocoaPods installation. "pod install" was then attempted again, and still failed. This will will likely result in an non-functional Xcode project.Īfter the failure, "pod repo update" was executed and succeeded. IOS framework addition failed due to a CocoaPods installation failure.
