Skip to content
This repository has been archived by the owner on Jan 5, 2020. It is now read-only.

Carthage installation fails #26

Open
plu opened this issue Feb 25, 2018 · 2 comments
Open

Carthage installation fails #26

plu opened this issue Feb 25, 2018 · 2 comments

Comments

@plu
Copy link

plu commented Feb 25, 2018

Error message:

A shell task (/usr/bin/xcrun xcodebuild -project /Users/plu/Development/Poloniex-iOS/Carthage/Checkouts/NightNight/Example/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 '/Users/plu/Development/Poloniex-iOS/Carthage/Checkouts/NightNight/Example/Pods'.
	Reason: Project /Users/plu/Development/Poloniex-iOS/Carthage/Checkouts/NightNight/Example/Pods/Pods.xcodeproj cannot be opened because it is missing its project.pbxproj file.
@yidahis
Copy link

yidahis commented Apr 25, 2018

+1

@caihua
Copy link

caihua commented May 10, 2018

change Carthage/Checkouts/NightNight/Example/Podfile to

platform :ios, '8.0' 

use_frameworks!

target 'NightNight_Example' do
  pod 'NightNight' 
end

and use cmd
pod update
then Example Project is ok to build for Carthage

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

No branches or pull requests

3 participants