-
Notifications
You must be signed in to change notification settings - Fork 26
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
Xcode 8 PBXcp error: "Couldn't create directory ... not a directory" #16
Comments
I got this issue two, Mesh Pipe is causing the issues. It would be nice if this was optional, since moest people just need the drag drop and not the app to app drag and drop |
Thanks @weien - your solution works for me and everything seems to work fine although I haven't tried app to app dragging yet. Will confirm when I've done that too. |
Thanks for the feedback @jcampbell05 and @siburb -- if I get some time I'll try to break it into subspecs to make cross-app d&d optional! Would also appreciate a PR with podspec change :D Unfortunately, I'm not able to reproduce the bug described above. In a clean project with this podfile, it works fine for me:
|
Thanks for the update, @nevyn! My podfile does include |
I recently inherited a project that contained CoreDragon 0.1.1 (and MeshPipe 0.1.3) via CocoaPods.
After updating pods to the latest version (CoreDragon 0.1.3) and migrating to Xcode 8/Swift 3, I saw this error upon building the project:
Deleting both of the Copy...Public Header build phases in the MeshPipe Target made the build errors go away, but with this new error in DragonController.m:
'MeshPipe/CerfingMeshPipeTransport/CerfingMeshPipe.h' file not found
...Which I fixed by doing this:
Not sure if there's something unique about my setup. I did use "pod install" to remove CoreDragon (and its 4 submodules) and re-add it a number of times before I came to the above solution.
The text was updated successfully, but these errors were encountered: