Perfect-LDAP icon indicating copy to clipboard operation
Perfect-LDAP copied to clipboard

No such module 'ICONVApi'

Open vicajilau opened this issue 4 years ago • 4 comments

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

vicajilau avatar Oct 11 '20 14:10 vicajilau

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.

ghv avatar Oct 21 '20 15:10 ghv

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

vicajilau avatar Oct 23 '20 16:10 vicajilau

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

ghv avatar Oct 28 '20 18:10 ghv

@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

bacem86 avatar Sep 06 '23 17:09 bacem86