shu223 / Pulsator

Pulse animation for iOS
MIT License
1.42k stars 160 forks source link

Carthage build fails #42

Closed tmarkovski closed 6 years ago

tmarkovski commented 6 years ago

Carthage fails for some reason with the following error:

*** Building scheme "Pulsator" in Pulsator.xcodeproj Failed to write to /Users/geddoff/Git/tmarkovski/indyapp/Carthage/Build/Mac/Pulsator.framework: Error Domain=NSCocoaErrorDomain Code=260 "The file “Pulsator.framework” couldn’t be opened because there is no such file." UserInfo={NSURL=file:///Users/geddoff/Library/Caches/org.carthage.CarthageKit/DerivedData/9.3_9E145/Pulsator/0.5.1/Build/Intermediates.noindex/ArchiveIntermediates/Pulsator/BuildProductsPath/Release-iphoneos/Pulsator.framework, NSFilePath=/Users/geddoff/Library/Caches/org.carthage.CarthageKit/DerivedData/9.3_9E145/Pulsator/0.5.1/Build/Intermediates.noindex/ArchiveIntermediates/Pulsator/BuildProductsPath/Release-iphoneos/Pulsator.framework, NSUnderlyingError=0x7fd8bec97b50 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

I simply added the entry to the Cartfile. Any ideas?

J8Fish commented 6 years ago

I have the same issue.

shu223 commented 6 years ago

@tmarkovski @J8Fish I'm sorry for the late reply. Just pushed a fix. Could you try it if the problem is solved?

J8Fish commented 6 years ago

I clean the building and do "carthage update", but the same issue still exists.

shu223 commented 6 years ago

@J8Fish Thank you for trying. I've added a release tag. Could you try it again?

J8Fish commented 6 years ago

It works! Thank you so much.