NightNight icon indicating copy to clipboard operation
NightNight copied to clipboard

Carthage installation fails

Open plu opened this issue 8 years ago • 2 comments

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.

plu avatar Feb 25 '18 07:02 plu

+1

yidahis avatar Apr 25 '18 08:04 yidahis

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

caihua avatar May 10 '18 07:05 caihua