Skip to content
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

Unable to build scheme RxAtomic #26

Open
acidburns388 opened this issue Oct 20, 2020 · 1 comment
Open

Unable to build scheme RxAtomic #26

acidburns388 opened this issue Oct 20, 2020 · 1 comment

Comments

@acidburns388
Copy link

Hi, I've download xCode 12 and I'm trying to update Carthage.
I'm using command "carthage update --platform iOS --no-use-binaries" and I get this error:

*** Building scheme "RxAtomic" in Rx.xcworkspace
Build Failed
Task failed with exit code 1:
/usr/bin/xcrun lipo -create /Users/intellithings/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/RxSwift/4.5.0/Build/Intermediates.noindex/ArchiveIntermediates/RxAtomic/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxAtomic.framework/RxAtomic /Users/intellithings/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/RxSwift/4.5.0/Build/Products/Release-iphonesimulator/RxAtomic.framework/RxAtomic -output /Users/intellithings/roomme-iosApp/Carthage/Build/iOS/RxAtomic.framework/RxAtomic

This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/wh/dbpm0qy14w3gd4l3q35_l1h80000gn/T/carthage-xcodebuild.4td519.log

Any help will be appreciated.
Thanks,
Shahar

@flowsprenger
Copy link
Owner

This is RxAtomic not building, which is not a dependency of RxLifx-Swift, so not really my area of expertise, or something I can easily reproduce.

If you want to understand this better, I would suggest to run /usr/bin/xcrun lipo -create /Users/intellithings/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/RxSwift/4.5.0/Build/Intermediates.noindex/ArchiveIntermediates/RxAtomic/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/RxAtomic.framework/RxAtomic /Users/intellithings/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0.1_12A7300/RxSwift/4.5.0/Build/Products/Release-iphonesimulator/RxAtomic.framework/RxAtomic -output /Users/intellithings/roomme-iosApp/Carthage/Build/iOS/RxAtomic.framework/RxAtomic to see the actual output of lipo.

You are probably running against this issue:
Carthage/Carthage#3019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants