Potential Xcode bug with errors generated by an external build tool?
Potential Xcode bug with errors generated by an external build tool?
- Subject: Potential Xcode bug with errors generated by an external build tool?
- From: "Theodore H. Smith" <email@hidden>
- Date: Tue, 23 Jun 2015 09:52:10 +0100
So I'm trying to use an external build tool, to compile some code in an unreleased language. That tool will generate errors if errors exist. It outputs them via stderr. I want Xcode to pick up and display those errors in the GUI, just like it does for C++ code.
I got it working MOST of the time! But not always... With this error output:
"
/Users/theodore/Speedie/Speedie.scproj/input/SC_Flow.box:14:29: error: Embedded expression didn't close.
function Init (|file| fol) {
^
1 errors found.
"
The error is displayed on the left, underneath all my files... with a red error icon, as normal. But when I click on it, it doesn't go anywhere. And also... the red error icon doesn't appear in my text file!
Even wierder: I quit xcode, reopened it... and... now it functions OK. If I click the red error icon, it jumps to the correct line in my code.
This can't be ME doing something wrong, can it? Or can it? It seems like Xcode is getting confused somewhere, and gives up until I reopen Xcode. But where is it getting confused?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden