Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot ignore libswiftAppKit.dylib #17

Open
jannejava opened this issue Jun 27, 2016 · 1 comment
Open

Cannot ignore libswiftAppKit.dylib #17

jannejava opened this issue Jun 27, 2016 · 1 comment

Comments

@jannejava
Copy link

jannejava commented Jun 27, 2016

Trying to fix path in a mixed obj-c and Swift project. I cannot ignore libswiftAppKit.dylib. Or I am missing something?

dylibbundler -od -b -x MacOS/MyApp -d ./libs -i libswiftAppKit.dylib
* Collecting dependencies...............
/!\ WARNING : Library libswiftAppKit.dylib has an incomplete name (location unknown)
@auriamg
Copy link
Owner

auriamg commented Jun 28, 2016

To be honest it's been quite a long time since I've written dylibbundler so I don't remember by heart, but IIRC the "-i" option is meant to ignore directories, not individual files. So maybe a special case would need to be added into dylibbundler to handle swift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants