PerfectlySoft / Perfect-LDAP

A simple Swift class wrapper of OpenLDAP.
https://www.perfect.org
Apache License 2.0
27 stars 16 forks source link

No such module 'ICONVApi' #8

Open vicajilau opened 3 years ago

vicajilau commented 3 years ago

When I add the dependency https://github.com/PerfectlySoft/Perfect-LDAP.git in the Swift Packages tab when selecting the project it gives me no problems. But when I compile later it generates the following error.

image
ghv commented 3 years ago

There are dependencies that hard-code the path to Xcode as /Applications/Xcode.app/... you can add a sym link to your real Xcode app name.

vicajilau commented 3 years ago

There are dependencies that hard-code the path to Xcode as /Applications/Xcode.app/... you can add a sym link to your real Xcode app name.

Thanks for answering. My Xcode application is called exactly Xcode.app

ghv commented 3 years ago

Ah, this is not for iOS. The hard-coded paths reference macOS SDKs.

bacem86 commented 1 year ago

@vicajilau Hello, I've made some modifications to make it work on iOS. You can use my solution by visiting this GitHub repository: https://github.com/bacem86/BFLDAP