04-19-2019 09:41 AM
We recently moved our code from LabVIEW 2016 to LabVIEW 2018. I have opened the top level vis in our application and there are no conflicts. However, when trying to compile on MacOS we get the error attached. It appears to be looking for a registry.llb file in vi.lib which appears to not exist on MacOS. Any idea why this is happening? Could it be confused by a conditional disable structure and looking for a file in a disabled case?
04-19-2019 11:53 AM
If you open up the "Dependencies" section of your project, can you find that file listed there?
Then right-click it to select "Why is this item in dependencies?" and try to follow the trail from there.
04-19-2019 01:41 PM - edited 04-19-2019 01:44 PM
Just to clarify, the 2016 version was also built on a MAC and worked. Is that right?
Did you change anything in the build specs? Look for "disconnect unused ..." or similar. (Sorry posting by phone, cannot be more specific)
Might well be a bug, though...