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

MediaBrowser.framework won't build with Carthage #51

Open
nubek opened this issue May 7, 2018 · 0 comments
Open

MediaBrowser.framework won't build with Carthage #51

nubek opened this issue May 7, 2018 · 0 comments

Comments

@nubek
Copy link

nubek commented May 7, 2018

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
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

1 participant