*** Checking out ios-snapshot-test-case at "4.0.1"
*** Checking out BulletinBoard at "3.0.0"
*** xcodebuild output can be found in /var/folders/qy/zqt64jf53x3btsrm9txkswp80000gp/T/carthage-xcodebuild.g5cAM5.log
*** Building scheme "FBSnapshotTestCase iOS" in FBSnapshotTestCase.xcworkspace
2019-11-15 01:07:02.096 xcodebuild[31023:1798858] [MT] PluginLoading: Required plug-in compatibility UUID A74FBA51-FFEA-4409-B976-6FC3225A6F64 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2019-11-15 01:07:02.866 xcodebuild[31023:1799076] DTDeviceKit: deviceType from 00008020-00024C3A2161002E was NULL
2019-11-15 01:07:03.018 xcodebuild[31023:1798944] DTDeviceKit: deviceType from 00008020-00024C3A2161002E was NULL
2019-11-15 01:07:11.159 xcodebuild[31156:1800487] [MT] PluginLoading: Required plug-in compatibility UUID A74FBA51-FFEA-4409-B976-6FC3225A6F64 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/SFDYCIPlugin.xcplugin' not present in DVTPlugInCompatibilityUUIDs
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:11:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:15:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:11:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:15:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:11:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:15:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:11:3: warning: 'public' modifier is redundant for instance method declared in a public extension
/Users/USERNAME/Desktop//Pageboy-master/Carthage/Checkouts/ios-snapshot-test-case/FBSnapshotTestCase/SwiftSupport.swift:15:3: warning: 'public' modifier is redundant for instance method declared in a public extension
Failed to write to /Users/USERNAME/Desktop//Pageboy-master/Carthage/Build/iOS/FBSnapshotTestCase.framework: Error Domain=NSCocoaErrorDomain Code=260 "The file “FBSnapshotTestCase.framework” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/USERNAME/Library/Developer/Xcode/DerivedData/FBSnapshotTestCase-gjmatimuamizubgumkahnlmrfzjm/Build/Products/Release-iphoneos/FBSnapshotTestCase.framework, NSUnderlyingError=0x7f9ae1647010 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
I git clone the project and run:
Macbook:Pageboy-master USERNAME$ carthage bootstrap --platform ios
Any ideas?