SwiftyStoreKit icon indicating copy to clipboard operation
SwiftyStoreKit copied to clipboard

Fails to build with Carthage

Open jraymonds86 opened this issue 3 years ago • 3 comments

This one is easy to produce. Just try to build a clean update and it fails as per the below:

macos:SwiftyStoreKit user$ carthage update *** Fetching SwiftyStoreKit *** Checking out SwiftyStoreKit at "0.16.1" *** xcodebuild output can be found in /var/folders/lz/rtzngcmj4670b4gwfw6d_n780000gn/T/carthage-xcodebuild.OQCWY2.log *** Building scheme "SwiftyStoreKit-macOS" in SwiftyStoreKit.xcodeproj Failed to read file or folder at /Users/user/Desktop/SwiftyStoreKit/Carthage/Build/Mac/SwiftyStoreKit.framework: Error Domain=NSCocoaErrorDomain Code=259 "Cannot retrive binary file from bundle at file:///Users/user/Desktop/SwiftyStoreKit/Carthage/Build/Mac/SwiftyStoreKit.framework" UserInfo={NSLocalizedRecoverySuggestion=Does the bundle contain an Info.plist?, NSLocalizedDescription=Cannot retrive binary file from bundle at file:///Users/user/Desktop/SwiftyStoreKit/Carthage/Build/Mac/SwiftyStoreKit.framework} macos:SwiftyStoreKit user$

jraymonds86 avatar Nov 12 '20 02:11 jraymonds86

Same error on Xcode 12 and Big Sur

exentrich avatar Nov 16 '20 09:11 exentrich

I have this issue while in the copy-frameworks build phase. Sadly this command has no debug output because it runs inside of Xcode....

stherold avatar Dec 11 '20 15:12 stherold

I'm not familiar with Carthage -- anyone have any insight as to why this might be happening?

Sam-Spencer avatar Jan 22 '21 22:01 Sam-Spencer