-
Notifications
You must be signed in to change notification settings - Fork 143
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
Carthage Build Failed #138
Comments
carthage version 0.34.0
|
I just ran into this too. I traced it down to a missing Product Name under Packaging in Build Settings. Setting it to SwinjectStoryboard fixes the issue locally but the Carthage build still breaks. I tried futzing with search paths to no avail so I just made the generated file part of the project.I have placed a fix for this in the master branch of my forked project. See gilroykilroy/SwinjectStoryboard. |
@gilroykilroy can you open PR please? |
@marekpridal Done |
Hi there, have been trying to install Swinject/SwinjectStoryboard couple times on Xcode 11.4.1 (11E503a), always getting this error after carthage update: `*** Fetching SwinjectStoryboard This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/30/9kygf23j5dd3kmxl8x_19_680000gp/T/carthage-xcodebuild.HmVkkO.log Carthage is isntalled via pkg with option "For all users". Any idea why this could be? |
When I try to update Carthage, I get the following error. I cleaned Carthage cache and it didn't work.
Carthage version 0.34.0 (Latest)
Xcode Version 11.2.1
`*** Fetching SwinjectStoryboard
*** Fetching Swinject
*** Checking out Swinject at "2.7.1"
*** Checking out SwinjectStoryboard at "2.2.0"
*** xcodebuild output can be found in /var/folders/2j/z4yzxgjd3kjcp06wb58t0hvc0000gn/T/carthage-xcodebuild.uLVwgr.log
*** Building scheme "Swinject-iOS" in Swinject.xcodeproj
*** Building scheme "SwinjectStoryboard-iOS" in SwinjectStoryboard.xcodeproj
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -project /Users/..../Documents/development/testcarthage/Carthage/Checkouts/SwinjectStoryboard/SwinjectStoryboard.xcodeproj -scheme SwinjectStoryboard-iOS -configuration Release -derivedDataPath /Users/..../Library/Caches/org.carthage.CarthageKit/DerivedData/11.2.1_11B500/SwinjectStoryboard/2.2.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/2j/z4yzxgjd3kjcp06wb58t0hvc0000gn/T/SwinjectStoryboard SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/..../Documents/development/testcarthage/Carthage/Checkouts/SwinjectStoryboard)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/2j/z4yzxgjd3kjcp06wb58t0hvc0000gn/T/carthage-xcodebuild.uLVwgr.log`
The text was updated successfully, but these errors were encountered: