-
Notifications
You must be signed in to change notification settings - Fork 151
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
Carthage build issue with SwiftCharts package #156
Comments
I am getting the same error...I tried downgrading to Xcode 11 but that didn't work either |
I was running into this issue, specifically the error below
I'm on Big Sur, Xcode 12, building to a iOS14 target and the workaround specified in Carthage/Carthage#3019 (comment) helped me solve this issue. I had been trying to build this for two days and had originally found this post that you referenced @esha1701 but missed that specific comment, I was doing some of the other workarounds. Great find!! PS: don't use use |
I'm having the same error. Here's how I ended up with it. I followed instructions at https://seemycgm.com/2018/05/03/reset-g5-transmitter/ . In Xcode, I got the build error the post mentions: I tried the solution the post suggested: in Terminal, I then got
I tried the workaround @david-gonzalez-pnw linked: Carthage/Carthage#3019 (comment) , which got me a bit farther but ended up with a different error:
I'm using Xcode 12.4 on Mac OS 10.15.7, building for iOS 12.1 |
@mrengy have you tried to use Also, I have found that the same problem exists for Xcode 13, so make sense to update Also at this moment |
Thanks for the info. I haven’t tried that and likely won’t get back to trying again until my next transmitter battery dies in several months.
|
@CAMOBAP, I'm chiming in here
Just curious, after running all these carthage commands, is the idea, then you click the play button in xcode and the build issues will have resolved themselves, with the carthage commands? Also, I made that update to Scripts/carthage.sh, but got another error that the build target was incorrect (my phone is on iOS 14.1). Then I updated it and got another error, described here: #165. Any help you have with this is appreciated! |
I've previously been able to build and run the app but I'm getting errors when trying to update carthage. Any tips?
Build Failed Task failed with exit code 1: /usr/bin/xcrun lipo -create /Users/wes/Library/Caches/org.carthage.CarthageKit/DerivedData/12.1_12A7403/SwiftCharts/0.6.5/Build/Intermediates.noindex/ArchiveIntermediates/SwiftCharts/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SwiftCharts.framework/SwiftCharts /Users/wes/Library/Caches/org.carthage.CarthageKit/DerivedData/12.1_12A7403/SwiftCharts/0.6.5/Build/Products/Release-iphonesimulator/SwiftCharts.framework/SwiftCharts -output /Users/wes/Downloads/CGMBLEKit-dev/Carthage/Build/iOS/SwiftCharts.framework/SwiftCharts
The text was updated successfully, but these errors were encountered: