Rxswift: Carthage build warnings related to .playground

Created on 30 Aug 2016  路  5Comments  路  Source: ReactiveX/RxSwift

I'm getting these warnings on a clean carthage update of RxSwift:

*** Checking out RxSwift at "3.0.0.alpha.1"
*** xcodebuild output can be found in /var/folders/5_/bcyz_kd134dgtzcnwl02mywr0000gn/T/carthage-xcodebuild.xxqZ7y.log
*** Building scheme "RxBlocking-iOS" in Rx.xcworkspace
--- xcodebuild: WARNING: Unable to open project file '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.playground' in workspace '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.xcworkspace'.
--- xcodebuild: WARNING: Unable to open project file '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.playground' in workspace '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.xcworkspace'.
*** Building scheme "RxTests-iOS" in Rx.xcworkspace
--- xcodebuild: WARNING: Unable to open project file '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.playground' in workspace '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.xcworkspace'.
--- xcodebuild: WARNING: Unable to open project file '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.playground' in workspace '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.xcworkspace'.
*** Building scheme "RxCocoa-iOS" in Rx.xcworkspace
--- xcodebuild: WARNING: Unable to open project file '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.playground' in workspace '/Users/asb/Developer/wrytr/Carthage/Checkouts/RxSwift/Rx.xcworkspace'.
help wanted

Most helpful comment

If it's not an error, I wouldn't want to remove it from project since it's useful to have it there. If we find some simple way to resolve this, we can implement it.

If at some point in future this turns into an error, we can then remove it.

Since nobody made any suggestions how to resolve this warning without removing plagrounds, let's close this for now since it doesn't cause any real issues IMHO.

All 5 comments

Hi @AndrewSB ,

yeah, I'm unsure how to solve this besides removing Rx.playground from Rx.xcodeproj.

Thats what I thought too @kzaher. Do you think removing it from the targets that are built will lead anywhere?

If it's not an error, I wouldn't want to remove it from project since it's useful to have it there. If we find some simple way to resolve this, we can implement it.

If at some point in future this turns into an error, we can then remove it.

Since nobody made any suggestions how to resolve this warning without removing plagrounds, let's close this for now since it doesn't cause any real issues IMHO.

@kzaher These guys had similar issue and they have fixed it. See if it helps

@shubh10 I think you're mistaken, that looks like an issue that ended with a CLEAN FAILED. So it wasn't the warnings, but the error that the issue and solution addresses

Was this page helpful?
0 / 5 - 0 ratings

Related issues

retsohuang picture retsohuang  路  3Comments

trant picture trant  路  3Comments

RafaelPlantard picture RafaelPlantard  路  3Comments

apoloa picture apoloa  路  3Comments

angerman picture angerman  路  3Comments