Cannot build on iOS

Hi,

I see the following error on unity when I am building my project onto iOS.

UnityEditor.BuildPlayerWindow+BuildMethodException: 3 errors
at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002ce] in /Users/bokken/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:193
at UnityEditor.BuildPlayerWindow.CallBuildMethods (System.Boolean askForBuildLocation, UnityEditor.BuildOptions defaultBuildOptions) [0x00080] in /Users/bokken/buildslave/unity/build/Editor/Mono/BuildPlayerWindowBuildMethods.cs:94
UnityEngine.GUIUtility:processEvent (int,intptr,bool&) (at /Users/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:189)

Please give me some help to fix it.

thanks!

First find if you can build an empty project with a blank scene. If you cannot then something is wrong with some part of your toolchain and you’ll need to troubleshoot that first.

I can build an empty project with blank scene. However, after I import Playmaker, the error will occur when building the project

That’s a clue! You should probably investigate in that direction, see if there’s an update, or a workaround. The asset store should have links to support for Playmaker.

Thanks a lot, I will go there for some help