-
Notifications
You must be signed in to change notification settings - Fork 39
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
TealiumSwiftExample failed with exit code 74 #128
Comments
Looking into this now @vlaskos. |
@vlaskos Thanks for bringing this to us. You should be able to pull the latest and run: |
I used carthage update --no-use-binaries --platform iOS --cache-builds |
@vlaskos Are you still unable to install 1.9.0? If so, then you may need to clear your Carthage cache. |
I tried it yesterday few times with removing Build folder and terminal command rm -rf ~/Library/Caches/org.carthage.CarthageKit |
@vlaskos please try one more time, and be sure to clear your Carthage build folder in your app's source directory. If you are still having trouble after that, can you try changing your cartfile to |
@vlaskos we just pushed a new release to solve the Carthage issues. There are no changes apart from the version number (1.9.1). This does not resolve the macOS target issue, but should allow you to build for iOS, watchOS & tvOS targets Thank you. |
Further to our previous comments, this appears to be due to a bug in Carthage that's been open for quite some time. We are looking into possible workarounds. |
1.9.1 version works fine but we have something new
|
@vlaskos that is strange. We'll take a look. |
@vlaskos just wanted to check - is this on your local machine, or on a CICD server? Are you able to try this on a different machine at all? Could you try also changing your Cartfile temporarily to just include |
Just to chime in, since we have a very similar problem: I just added solely github "tealium/plcrashreporter" into a Cartfile and executed the update command afterwards:
The content of the build log hints that the underlying error is the following:
|
Thank you @ffittschen. That error is very helpful, and we should be able to get you a fix very soon. |
@ffittschen @vlaskos Could you possibly try editing your cartfile for me, and add the branch name "1.9.4"?
I was unable to reproduce your issue, running the exact same commands as you, but I believe switching to the binary dependency for the crash reporter module should solve the problem. Once you confirm it fixes your build issue, we'll publish this to master. Thanks for your patience. |
Using the binary dependency for the crash reporter works as expected 👍🏻 |
@ffittschen Great news - thanks for confirming. The full release is coming today. |
@craigrouse Btw, would it be possible for you to check in the |
Will do @ffittschen. Thanks for the suggestion. |
@ffittschen @vlaskos The release is up. If you could just double-check that you don't get any issues with the final release, that would be great. All tested on our end, and builds fine with Carthage with all cache removed. |
Yes, now works fine |
Latest master is failing
via carhage update
A shell task (/usr/bin/xcrun xcodebuild -project /Users/svc_jenkins_do2lapp1/workdir/workspace/CICD/IOS/Carthage/Checkouts/tealium-swift/samples/TealiumSwiftExample/TealiumSwiftExample.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74:
xcodebuild: error: Could not resolve package dependencies:
Authentication failed because no credentials were provided.
The text was updated successfully, but these errors were encountered: