Skip to content

Carthage installation not working "The file “GPUImage.framework” couldn’t be opened because there is no such file." #2573

@shtnkgm

Description

@shtnkgm

I can not install GPUImage using carthage. When you execute the carthage update command, the following error is output to the console.

$ carthage update --platform ios
*** Fetching GPUImage
*** Checking out GPUImage at "0.1.7"
*** xcodebuild output can be found in /var/folders/62/nrp34pc96t550_hhml86hmwrr_q2rc/T/carthage-xcodebuild.RYlDnC.log
*** Building scheme "GPUImageFramework" in GPUImage.xcodeproj
Failed to write to /Users/snakagam/Desktop/CameraApp/Carthage/Build/iOS/GPUImage.framework: Error Domain=NSCocoaErrorDomain Code=260 "The file “GPUImage.framework” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///Users/snakagam/Desktop/CameraApp/Carthage/Checkouts/GPUImage/build/ArchiveIntermediates/GPUImageFramework/BuildProductsPath/Release-iphoneos/GPUImage.framework, NSFilePath=/Users/snakagam/Desktop/CameraApp/Carthage/Checkouts/GPUImage/build/ArchiveIntermediates/GPUImageFramework/BuildProductsPath/Release-iphoneos/GPUImage.framework, NSUnderlyingError=0x7fb41db08460 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

My development environment is as follows.

$ carthage version 
0.29.0
$ xcodebuild -version 
Xcode 9.3
Build version 9E145
$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.13.3
BuildVersion:	17D102

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions