History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2207
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Mathieu Hidrio
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Xcode plugin does not report errors

Created: 22/Oct/14 07:09 AM   Updated: 26/Nov/14 01:45 AM
Component/s: None
Affects Version/s: 5.1.28
Fix Version/s: 5.1.38

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: iOS / Xcode


 Description  « Hide
When building a Xcode project, if it fails QB returns that the step is failed but does not return build errors. If we want to find the build errors, we must open the log file and parsing it. Not very convenient.

http://forum.pmease.com/viewtopic.php?f=1&t=3369&p=12750#p12750

 All   Comments   Work Log   Change History      Sort Order:
Mathieu Hidrio [06/Nov/14 01:45 PM]
We downloaded version 5.1.37 but the issue is still present. Xcode compilation error are not reported.

For example, in our case, the first compilation error in Xcode log is:

src/RLC/Managers/CreatureTreeManager/RLC_CreatureTreeManager.cpp:442:17: error: use of undeclared identifier 'ms_RandToBreahTreeSection'; did you mean 'ms_RandToBreathTreeSection'?

But this error is not reported by QB.
We need lines with " error: " keyword.