You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i use it in mac app development, during using Clock.sync { date, offset in // This is the first sync (note that this is the fastest but not the // most accurate run print(date) }
it shows
networkd_settings_read_from_file Sandbox is preventing this process from reading networkd settings file at "/Library/Preferences/com.apple.networkd.plist", please add an exception.
i guess it means the library need network connection. However, the plist can't be found in mac
Could you give me more advices
The text was updated successfully, but these errors were encountered:
liu0527aa
changed the title
Support for dylib for mac?
Support for mac?
May 11, 2024
when i use it in mac app development, during using
Clock.sync { date, offset in // This is the first sync (note that this is the fastest but not the // most accurate run print(date) }
it shows
networkd_settings_read_from_file Sandbox is preventing this process from reading networkd settings file at "/Library/Preferences/com.apple.networkd.plist", please add an exception.
i guess it means the library need network connection. However, the plist can't be found in mac
Could you give me more advices
The text was updated successfully, but these errors were encountered: