-
Notifications
You must be signed in to change notification settings - Fork 279
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.3 beta compilation fails #119
Comments
@seanjsummers deleting the content of the file "fixed" the problem for me. |
If you just want to run you can comment that file content and run, but not sure how functionally it breaks |
Known Issues |
I suggest specifying the public and private headers in the podspec and getting rid of the manually defined module map altogether. |
Any chance to release a fix ? |
My PR #121 fixes that. |
can't wait to merge it guys |
👍 |
My PR got merged. @chrismaddern can you please tag out a new release for @taher-mosbah @superpeteblaze @Ekhoo who are waiting for it in this thread. |
Definitely excited for this to roll out too, just a friendly reminder that you can point your source to a specific commit/branch if you don't want to wait around for a new release and subsequent pod update (if using cocoapods). We've been doing this to keep development rolling. |
Yeah, I've got my Podfile pointed at my fork for a couple of days @platedbay |
@wessmith will be shipping a new version today @igor-makarov 😄 |
BTW all tests are passing but Slather can't find the coverage output, so Coveralls isn't updated. I don't know enough about those tools to fix it 😂 @chrismaddern @wessmith |
New arrives after a fix. But probably it's only mine.
|
@Unihilator Well, since now the module map is auto generated, it's a CP issue... |
Probably.. removed workspace and pod dir. updated pods - and now it's ok |
On Xcode 8.3 beta (8W109m) compilation fails with the following error :
redefinition of module 'DeepLinkKit'
not sure if it is a DeepLinkKit issue or a Cocoapods issue ..
The text was updated successfully, but these errors were encountered: