mhdhejazi / Dynamic

Call hidden/private API in style! The Swift way.

Home Page:https://medium.com/@mhdhejazi/calling-ios-and-macos-hidden-api-in-style-1a924f244ad1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to access Dynamic.

ohmprakash619 opened this issue · comments

Screenshot 2021-07-21 at 7 25 31 AM

Unable to build because of this issue. Anyone facing the same problem? or is it me?

Looks like you have another library that has a generic class also named Dynamic. In this case, you can use ObjC instead of Dynamic

var nsWindow = ObjC.NSApplication.sharedApplication ...