-
Notifications
You must be signed in to change notification settings - Fork 536
Problems building w/ Carthage and Xcode 12.2 #200
Comments
The plist reference is broken. In the project, Xcode is pointing to a non-existent file |
Hi @julestburt, the PR I mentioned above was merged; just wondering if you are still experiencing the same issue? |
I'm also facing this issue. I'm using Carthage to build (XCFrameworks) and the latest version I'm able to get with Carthage is 2.1.0. Is there anything I can do to make this work? |
apologies about my last comment - I don't think it was correct. I went to check about the current status of under Xcode 12.5 with Carthage but I discovered I'd solved it by switching EasyTipView to the Podfile...hope this helps instead? Using: |
Adding the following to my cart file works fine: github "mikey-/EasyTipView" "d0d0c46" Hopefully this fix made by mikey will be included in the master branch soon? |
@mackehan My PR was merged into master :0 |
@mikey- Why is db6c135 marked with a red X but 381ca17 with a green checkmark? I'm quite new to GitHub, just asking by curiosity. Anyway, I replaced: with: and then ran: It works fine! |
@mackehan, Welcome 2 GitHub and thank you for asking :) Happy to help where I can. Why is the ❌ placed next to db6c135?This is to show that the build failed. The build failed on my commit for reasons discussed on the PR, but basically: The travis build runs Why is the ✅ placed next to 381ca17?This is to show that the build passed! As 381ca17 contains a change to the travis build - which makes it use a destination for the "EasyTipView" scheme which is in the list of available destinations, the build succeeded. Also, happy it worked for you. <3 |
I seem unable to build this project - getting the following issue in build log:
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -workspace /Users/myaccount/Desktop/Ugz/ugz-ios/Carthage/Checkouts/EasyTipView/EasyTipView.xcworkspace -scheme EasyTipView -configuration Release -derivedDataPath /Users/myaccount/Library/Caches/org.carthage.CarthageKit/DerivedData/12.2_12B45b/EasyTipView/2.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/dq/6g_bwg_s7j98jvvst27frbn00000gp/T/EasyTipView SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/myaccount/Desktop/Ugz/ugz-ios/Carthage/Checkouts/EasyTipView)
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/dq/6g_bwg_s7j98jvvst27frbn00000gp/T/carthage-xcodebuild.2Kx41U.log
In the build log:
The following build commands failed:
ProcessInfoPlistFile /Users/myaccount/Library/Caches/org.carthage.CarthageKit/DerivedData/12.2_12B45b/EasyTipView/2.1.0/Build/Intermediates.noindex/ArchiveIntermediates/EasyTipView/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EasyTipView.framework/Info.plist /Users/myaccount/Desktop/Ugz/ugz-ios/Carthage/Checkouts/EasyTipView/Source/Info.plist
Any thoughts/help appreciated.
The text was updated successfully, but these errors were encountered: