You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carthage won't build the MediaBrowser.framework.
The other depending Frameworks (SDWebImage and UICircularProgressRing) causes no issues.
Please check that out :)
Here is my Carthage output:
$ carthage update MediaBrowser
*** Fetching MediaBrowser
*** Fetching SDWebImage
*** Fetching UICircularProgressRing
*** Checking out UICircularProgressRing at "v1.8.5"
*** Checking out MediaBrowser at "2.1.1"
*** Checking out SDWebImage at "4.3.3"
*** xcodebuild output can be found in /var/folders/gc/ycc_9gmn5td8mkjyr5glhyqm0000gn/T/carthage-xcodebuild.sHRf9v.log
*** Downloading UICircularProgressRing.framework binary at "Version 1.8.5"
*** Building scheme "SDWebImage OSX" in SDWebImage.xcworkspace
*** Building scheme "SDWebImage tvOS" in SDWebImage.xcworkspace
*** Building scheme "SDWebImage iOS" in SDWebImage.xcworkspace
*** Building scheme "SDWebImage watchOS" in SDWebImage.xcworkspace
*** Building scheme "MediaBrowser" in MediaBrowser.xcworkspace
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -workspace /Users/<USER>/<PROJECT_PATH>/Carthage/Checkouts/MediaBrowser/MediaBrowser.xcworkspace -scheme MediaBrowser -configuration Release -derivedDataPath /Users/<USER>/Library/Caches/org.carthage.CarthageKit/DerivedData/9.3_9E145/MediaBrowser/2.1.1 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/gc/ycc_9gmn5td8mkjyr5glhyqm0000gn/T/MediaBrowser SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/<USER>/<PROJECT_PATH>/Carthage/Checkouts/MediaBrowser)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/gc/ycc_9gmn5td8mkjyr5glhyqm0000gn/T/carthage-xcodebuild.sHRf9v.log
The text was updated successfully, but these errors were encountered:
Carthage won't build the MediaBrowser.framework.
The other depending Frameworks (SDWebImage and UICircularProgressRing) causes no issues.
Please check that out :)
Here is my Carthage output:
The text was updated successfully, but these errors were encountered: