You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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