-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
Update for Xcode 11.0 beta 5 #123
Update for Xcode 11.0 beta 5 #123
Conversation
Thanks for the fix! This worked for me. |
I didn't use your commit, but I manually changed the file in XCode and it worked, thank you! It would be nice to have this merged before iOS13 is released |
can we have this merged? this is critical because it's impossible to compile the pod without these changes if you use Xcode 11 |
Agreed. Would be great to get this fix merged in. |
Yeah, we really need to get this merged for iOS 13 release. |
@mtnbarreto up! =) |
@mats-claassen thank you! 😜 |
Yes, can we have a new tag please? @mats-claassen |
Let's wait for the definitive Xcode 11 to come out before making a release just in case something changes. Until then master branch should be enough |
@mats-claassen Well, the "Xcode 11 GM Seed" is already released. It usually doesn't change much 🙃There are usually only bug fixes 🤷🏿♂️ |
For extra information: I've tested it with XCode 11 GM seed, works fine. |
Hello! 👋
An error appears when building in Xcode 11:
This problem was solved by removing
customModuleProvider
(i.e.Inherit Module From Target
) for cells in xib files. 🤗