-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
tvOS build fail saying lipo errors, but iOS and macOS pass, on Xcode 12 #3120
Comments
turning off xcpretty gives below:
it seems this error comes from carthage cannot run the command correctly for tvOS, but iOS is totally fine. Don't know why. I wonder who is creating
|
Seeing the exact same thing, though it did not start until we moved to 0.37.0. |
I've seen this issue too - I flagged this on the (seemingly) related issue: #3112 (comment) |
@danielrbrowne any idea why iOS is fine, tvOS suffers? |
I think this should be fixed as of #3155 and v0.38.0. Feel free to reopen if you're still having issues. |
which carthage
:homebrewcarthage version
: 0.36.1xcodebuild -version
: Xcode12.0.1 & Xcode 12.4--no-build
? no--no-use-binaries
? yes, via carthage.sh--use-submodules
? no--cache-builds
? no--new-resolver
? noHi there,
We have been using the cathrage.sh since Xcode 12 and it seems working great, but suddenly the tvOS failed starting in this month, but we changed nothing about the process.
And furthermore, iOS and CI passed at the same time, with same code and setup. It's really confusing for us how to fix it.
The full travis build record:https://travis-ci.org/github/danielgindi/Charts/builds/756550941
The error for tvOS build:
iOS passed: https://travis-ci.org/github/danielgindi/Charts/jobs/756550942
tvOS constantly fail: https://travis-ci.org/github/danielgindi/Charts/jobs/756550943
Our carthage script: https://github.com/danielgindi/Charts/blob/master/carthage.sh
the script we use: https://github.com/danielgindi/Charts/blob/master/.travis.yml
We have a script to run copy frameworks:https://github.com/danielgindi/Charts/blob/master/scripts/copy-carthage-frameworks.sh
Could anyone shed some lights?
The text was updated successfully, but these errors were encountered: