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

Carthage error on 3.8.1 #72

Closed
TheCoordinator opened this issue Jul 27, 2020 · 4 comments
Closed

Carthage error on 3.8.1 #72

TheCoordinator opened this issue Jul 27, 2020 · 4 comments
Labels

Comments

@TheCoordinator
Copy link

Getting the following error when using the latest SDK.

A shell task (/usr/bin/xcrun xcodebuild -project ${PROJECT_DIR}/Carthage/Checkouts/clevertap-ios-sdk/ObjCStarter/Pods/Pods.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74:
xcodebuild: error: Unable to read project 'Pods.xcodeproj' from folder '${PROJECT_DIR}/Carthage/Checkouts/clevertap-ios-sdk/ObjCStarter/Pods'.
        Reason: Project ${PROJECT_DIR}/Carthage/Checkouts/clevertap-ios-sdk/ObjCStarter/Pods/Pods.xcodeproj cannot be opened because it is missing its project.pbxproj file.
@Aditi3
Copy link
Contributor

Aditi3 commented Jul 27, 2020

Hi @PeymanKh

Thank you for bringing this up. We too have noticed this issue a few days back and merged a fix for the same in our master branch. The release is planned to go in a day or two.

Right now, If you want to implement changes released in version 3.8.1, I would recommend checking out the master branch using Carthage.

The branch can be referenced by name by using the following in your Cartfile:

github "CleverTap/clevertap-ios-sdk" "master"

Sorry for the trouble caused to you and will keep you posted with the release.

@TheCoordinator
Copy link
Author

That’s great @Aditi3 and thanks for your quick reply. Will be waiting for the SDK update before making changes.

@Aditi3
Copy link
Contributor

Aditi3 commented Aug 5, 2020

Hi @PeymanKh

We have released the SDK that comes with Carthage error fix.
Release link: https://github.com/CleverTap/clevertap-ios-sdk/releases/tag/3.8.2

Hope this helps :)

@Aditi3 Aditi3 added the bug label Aug 5, 2020
@TheCoordinator
Copy link
Author

Perfect, thanks. Will give it a try later this week 👍 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants