I keep getting this error message when executing a simple nested for Loop:
Unable to resolve build file: XCBCore.BuildFile (missingTargetProductReference(“fb811e3ddac979b544d01e4f7d1ba3984ffa05ab947bba0566490cb944358c75”)) (in target ‘Shapes From Pixels’)
can you provide more info about what ide you are using (from the error code I assume it is Xcode, but which version), the OS version and the OF version you are using.
Try cleaning your xcode project. In the Product menu choose clean. Also do the same but while holding the alt key and clean will change to “clean build folder”.
I see. Is this happening with the examples as well? or just with the code you posted ?
On Xcode’s right pane on the errors list, right clic on the error and select reveal in log. Copy and paste there the whole log please.
@jvcleave I think as of 0.10.1 you should be able to have two examples or more open - as we are not including the OF project in the example projects anymore.
I got this error after updating macOS (which requires an update to Xcode and command line tools) … this fixed it for me (restart Xcode after changing the setting).