openFrameworks
openFrameworks copied to clipboard
Nightly build + Xcode doesn't jump to error location
I am using nightly build of_v20220530_osx_release with macOS 10.15.7 and Xcode Version 12.4 (12D4e)
I noticed a problem, when I have a compile error and I click on the compile error in the Issue Navigator then Xcode does not jump to the error's location.
Here my simple example: https://www.dropbox.com/sh/45tmj81bbb6oizs/AABTenKh9SDXYh6e12Z8UAnXa?dl=0
My project path:
Here you can see how after clicking on the error the code window did not jump to the location:
Here I am using OF 0.11.2 which does not have this problem.
The strange part is that this does not happen for all projects right away, but at some point (restarting Xcode, using project generator, etc) this happens to all projects, when using nightly build.
Has anyone had this problem?
If I switch to 'legacy build system" then it works again.
I've just tested with today's nightly build and github master and cannot reproduce. I'm using macOS 12.4 and XCode 13.4 (13F17a)
@dimitre thanks for testing this. Might be something specific to my older macOS and older Xcode. I am hesitant to upgrade my development machine at this point in order to see if that would fix it.
in case it's helpful, I have noticed odd behavior with new build system on older Xcodes but haven't seen it recently since upgrading to more recent ones-- linking errors, etc. Note that this was a while ago (I think around Xcode 10 or so)
@stephanschulz most changes are in Project.xcconfig. you can try to comment out compiler settings to see if it makes some difference in your system
@stephanschulz are you still experiencing this? Can the issue be closed? Thanks
I have not seen this issue with OF 0.11.2 on macOS 12.6 and on 10.15.7 doing legacy build solved it too. Thanks for your help.