Search Unity

Project File not found , win32exception while building for iOS

Discussion in 'iOS and tvOS' started by frank45, Apr 22, 2015.

  1. frank45

    frank45

    Joined:
    Apr 23, 2012
    Posts:
    26
    I am getting couple of errors while building the game for iOS and generating score.

    "
    Exception: Project file not found at file path C:/Users/franky/Desktop/Upcoming/builds/moto_22.04.2f
    UnityEditor.XCodeEditorChartboost.XCProject..ctor (System.String filePath) (at Assets/Chartboost/Editor/XCodeEditor/XCProject.cs:91)

    ChartboostSDK.ChartboostPostProcess.ProcessXCodeProject (System.String path) (at Assets/Chartboost/Editor/CBPostProcess.cs:57)

    ChartboostSDK.ChartboostPostProcess.PostProcessBuild_iOS (System.String path) (at Assets/Chartboost/Editor/CBPostProcess.cs:42)

    ChartboostSDK.ChartboostPostProcess.OnPostProcessBuild (BuildTarget target, System.String path) (at Assets/Chartboost/Editor/CBPostProcess.cs:27)

    UnityEditor.HostView:OnGUI()"





    and



    Win32Exception: ApplicationName='python2.6', CommandLine='"C:\Users\franky\Desktop\Upcoming\MotorRacer3D\Assets\Soomla\Editor\build-tools\Soomla_CoreRunner.py" "C:/Users/franky/Desktop/Upcoming/builds/moto_22.04.2f" ""', CurrentDirectory=''

    System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process)

    System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process)

    System.Diagnostics.Process.Start ()

    (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()

    PostProcessScriptStarter.OnPostprocessBuild (BuildTarget target, System.String pathToBuiltProject) (at Assets/Soomla/Editor/SoomlaPostBuild.cs:37)

    UnityEditor.HostView:OnGUI()




    and this is causing problem while building Xcode..

    using unity version 5.0.0p2 and external plugin chartboost and soomla.