Undefined symbol: _dyld_enumerate_tlv_storage (OSX)

Jacob Carlborg doob at me.com
Fri Oct 11 18:09:01 UTC 2019


On 2019-10-11 18:48, Robert M. Münch wrote:
> On 2019-10-10 18:31:25 +0000, Daniel Kozak said:
> 
> 
> What dmd version?
> 
> 
> I think I had an older one like 2.085 or so. I updated to 2.088 and it 
> now seems to work.
> 
> 
> https://issues.dlang.org/show_bug.cgi?id=20019
> 
> 
> I'm on OSX 10.14.6, so this might not be directly related to Catalina 
> but maybe more to the XCode Version installed:
> 
> 
> | => xcrun --show-sdk-version
> 
> 10.15
> 
> 
> So, it's possible to run 10.14 with SDK version 10.15 which seems to 
> trigger the problem.
No, I don't think that's the problem. I have the same setup and I don't 
have this problem.

What result do you get if you run the following command:

nm /usr/lib/system/libdyld.dylib | grep _dyld_enumerate_tlv_storage

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list