-
Notifications
You must be signed in to change notification settings - Fork 333
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 Beta 4 Build Error #162
Comments
Commenting out this line in the Down.podspec file: |
I verified this happens with a clean iOS project, no content other than pod install of Down. I filed a bugrep with Apple. I lack the understanding to know how to use the info of commenting out the link in the podspec, as I can't find a podspec file on the computer (did find podspec.json), and even then don't know how to make an edit take effect, so I can't verify the comment above works. I do have pod --version 1.7.5, so the other input I found via google on pod vs. Xcode incompatibilities didn't help either. |
Thanks for filing an issue, but this is best for StackOverflow since it's not specific to |
What I think is true is that
The podspec icludes no-shorten-64-to-32
But no-shorten-64-to-32 is apparently not a legal argument (any longer?)
If you look at.CocoaPods/CocoaPods#9014 (comment) <CocoaPods/CocoaPods#9014 (comment)>it's apparent that what cocoapods fixed isn’t this problem, and indeed I suspect if you were take the no-shorten-64-to-32 line out of the podspec this issue goes away.
Thanks for considering this reply!
Barry
… On Jul 23, 2019, at 4:43 PM, rob phillips ***@***.***> wrote:
|
The linked SO post does not actually apply here; I tried it before digging in further and it didn't resolve the issue. |
It's not that it's not legal anymore, it's that it was never legal for Swift files but Xcode prior to Xcode 11 beta 4 didn't pass per-file compilation flags to |
Happy to accept a PR for this; it will likely just introduce a few warnings in the underlying c code |
The workaround is not working, created a pull request: |
Please help prevent duplicate issues before submitting a new one:
When building with XCode Beta 4, Down (installed via CocoaPods) fails to build with the following error:
This issue was also posted by someone else on Stack Overflow
The text was updated successfully, but these errors were encountered: