-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins version: 2.319.1
Xcode plugin version: 2.0.17-565.v1c48051d46ef
I get this error when trying to build. I'm not sure if the NPE is because a file is missing, or it's trying to read a certain file and it's not in the right format.
19:35:47 Read signing information from Xcode Project.
19:35:47 Read information from workspace ICDPortalsl
19:35:47 ERROR: Build step failed with exception
19:35:47 java.lang.NullPointerException
19:35:47 at au.com.rayh.XcodeProjectParser.parseXcodeProject(XcodeProjectParser.java:287)
19:35:47 at au.com.rayh.XCodeBuilder._perform(XCodeBuilder.java:1339)
19:35:47 at au.com.rayh.XCodeBuilder.perform(XCodeBuilder.java:1089)
19:35:47 at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
19:35:47 at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:806)
19:35:47 at hudson.model.Build$BuildExecution.build(Build.java:198)
19:35:47 at hudson.model.Build$BuildExecution.doRun(Build.java:163)
19:35:47 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:514)
19:35:47 at hudson.model.Run.execute(Run.java:1888)
19:35:47 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
19:35:47 at hudson.model.ResourceController.execute(ResourceController.java:99)
19:35:47 at hudson.model.Executor.run(Executor.java:432)
19:35:47 Build step 'Xcode' marked build as failure
19:35:47 Finished: FAILURE