Error on _SCDynamicStoreCopyProxies not symbol found

2.4k Views Asked by At

compiling my project i got an error: SYmbol not found to _SCDynamicStoreCopyProxies any ideas?

1

There are 1 best solutions below

1
On

Bit late but I faced the same issue. For me adding this to the compiler command helped.

-framework Foundation -framework SystemConfiguration