yoheimuta / RxMusicPlayer

A reactive library to make it easy for audio playbacks using RxSwift.
MIT License
58 stars 8 forks source link

Run on xcode12 #19

Closed yoheimuta closed 3 years ago

yoheimuta commented 3 years ago

Local log when setting up from scratch.

/tmp ❯❯❯ git@github.com:yoheimuta/RxMusicPlayer.git

/tmp ❯❯❯ git clone git@github.com:yoheimuta/RxMusicPlayer.git
Cloning into 'RxMusicPlayer'...
remote: Enumerating objects: 51, done.
remote: Counting objects: 100% (51/51), done.
remote: Compressing objects: 100% (37/37), done.
remote: Total 868 (delta 22), reused 31 (delta 13), pack-reused 817
Receiving objects: 100% (868/868), 97.71 MiB | 2.27 MiB/s, done.
Resolving deltas: 100% (456/456), done.

/tmp ❯❯❯ cd RxMusicPlayer

/t/RxMusicPlayer ❯❯❯ env - PATH=$PATH make setup
# carthage bootstrap --platform iOS --cache-builds
./carthage.sh bootstrap --platform iOS --cache-builds
Please update to the latest Carthage version: 0.36.0. You currently are on 0.35.0
*** Checking out RxSwift at "5.0.1"
*** No cache found for RxSwift, building with all downstream dependencies
*** xcodebuild output can be found in /var/folders/yj/0nkt3j750nz3x582dpf84r3w0000gn/T/carthage-xcodebuild.MDRZkY.log
*** Downloading RxSwift.framework binary at "ShaiTheBravest"
***  Skipped installing RxSwift.framework binary due to the error:
        "Incompatible Swift version - framework was built with 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) and the local version is 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1)."

    Falling back to building from the source
*** Building scheme "RxBlocking" in Rx.xcworkspace
*** Building scheme "RxRelay" in Rx.xcworkspace
*** Building scheme "RxCocoa" in Rx.xcworkspace
*** Building scheme "RxSwift" in Rx.xcworkspace
*** Building scheme "RxTest" in Rx.xcworkspace
bundle install --path vendor/bundle
Fetching gem metadata from https://rubygems.org/.......
Fetching CFPropertyList 3.0.1
Installing CFPropertyList 3.0.1
Fetching concurrent-ruby 1.1.5
Installing concurrent-ruby 1.1.5
Fetching i18n 0.9.5
Installing i18n 0.9.5
Fetching minitest 5.11.3
Installing minitest 5.11.3
Fetching thread_safe 0.3.6
Installing thread_safe 0.3.6
Fetching tzinfo 1.2.5
Installing tzinfo 1.2.5
Fetching activesupport 4.2.11.1
Installing activesupport 4.2.11.1
Fetching atomos 0.1.3
Installing atomos 0.1.3
Using bundler 1.17.3
Fetching claide 1.0.3
Installing claide 1.0.3
Fetching fuzzy_match 2.0.4
Installing fuzzy_match 2.0.4
Fetching nap 1.1.0
Installing nap 1.1.0
Fetching cocoapods-core 1.7.5
Installing cocoapods-core 1.7.5
Fetching cocoapods-deintegrate 1.0.4
Installing cocoapods-deintegrate 1.0.4
Fetching cocoapods-downloader 1.2.2
Installing cocoapods-downloader 1.2.2
Fetching cocoapods-plugins 1.0.0
Installing cocoapods-plugins 1.0.0
Fetching cocoapods-search 1.0.0
Installing cocoapods-search 1.0.0
Fetching cocoapods-stats 1.1.0
Installing cocoapods-stats 1.1.0
Fetching netrc 0.11.0
Installing netrc 0.11.0
Fetching cocoapods-trunk 1.4.0
Installing cocoapods-trunk 1.4.0
Fetching cocoapods-try 1.1.0
Installing cocoapods-try 1.1.0
Fetching colored2 3.1.2
Installing colored2 3.1.2
Fetching escape 0.0.4
Installing escape 0.0.4
Fetching fourflusher 2.3.1
Installing fourflusher 2.3.1
Fetching gh_inspector 1.1.3
Installing gh_inspector 1.1.3
Fetching molinillo 0.6.6
Installing molinillo 0.6.6
Fetching ruby-macho 1.4.0
Installing ruby-macho 1.4.0
Fetching nanaimo 0.2.6
Installing nanaimo 0.2.6
Fetching xcodeproj 1.12.0
Installing xcodeproj 1.12.0
Fetching cocoapods 1.7.5
Installing cocoapods 1.7.5
Bundle complete! 1 Gemfile dependency, 30 gems now installed.
Bundled gems are installed into `./vendor/bundle`
bundle exec pod install
    WARNING: CocoaPods requires your terminal to be using UTF-8 encoding.
    Consider adding the following to ~/.profile:

    export LANG=en_US.UTF-8

Analyzing dependencies
Downloading dependencies
Using SwiftFormat (0.32.2)
Using SwiftLint (0.35.0)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

/t/RxMusicPlayer ❯❯❯ open RxMusicPlayer.xcworkspace