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 downloaded and opened IOSCharts with Xcode 10.2 to get an updated build for a project dependency (Charts.xcworkspace)
What did you expect to happen?
I expected to be able to compile and run all the tests and demo code with Xcode 10.2
What happened instead?
This existing carthage linkage is to the github "facebook/ios-snapshot-test-case" "master", which explicitly lists SWIFT_VERSION as 3.0, no longer supported with Xcode 10.2. The specific failure is:
I tried updating the cartfile.private to the latest version of that repository, with no success, and started to make my own fork updated to Swift5 to see what might be needed (https://github.com/heckj/ios-snapshot-test-case/tree/swift5). However, I don't appear to know enough about the carthage system to update and use it directly - my attempts to migrate to a variant location have failed - the local Xcodebuild compiles and doesn't fail, but running carthage update with my swift5 fork/branch of the project results in:
Failed to write to /Users/heckj/src/IOSCharts/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/heckj/Library/Developer/Xcode/DerivedData/FBSnapshotTestCase-cmnejvoemuyoakhifvicyofllvhg/Build/Products/Release-iphoneos/FBSnapshotTestCase.framework, NSUnderlyingError=0x7fc6b76cbdb0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Charts Environment
Charts version/Branch/Commit Number:5d0b99adb860406059e42149520ce9c0cb847feb (master branch, current HEAD) Xcode version: 10.2 Swift version: 5 Platform(s) running Charts: Mac/IOS macOS version running Xcode: 10.14.4
What did you do?
I downloaded and opened IOSCharts with Xcode 10.2 to get an updated build for a project dependency (
Charts.xcworkspace
)What did you expect to happen?
I expected to be able to compile and run all the tests and demo code with Xcode 10.2
What happened instead?
This existing carthage linkage is to the
github "facebook/ios-snapshot-test-case" "master"
, which explicitly lists SWIFT_VERSION as 3.0, no longer supported with Xcode 10.2. The specific failure is:carthage update
:The project appears to have moved (per comments in #3874) to https://github.com/uber/ios-snapshot-test-case.
I tried updating the
cartfile.private
to the latest version of that repository, with no success, and started to make my own fork updated to Swift5 to see what might be needed (https://github.com/heckj/ios-snapshot-test-case/tree/swift5). However, I don't appear to know enough about the carthage system to update and use it directly - my attempts to migrate to a variant location have failed - the local Xcodebuild compiles and doesn't fail, but runningcarthage update
with my swift5 fork/branch of the project results in:Charts Environment
Charts version/Branch/Commit Number:
5d0b99adb860406059e42149520ce9c0cb847feb
(master branch, current HEAD)Xcode version: 10.2
Swift version: 5
Platform(s) running Charts: Mac/IOS
macOS version running Xcode: 10.14.4
Demo Project
(work in progress for a PR, migrating the projects per Xcode migrator)
The text was updated successfully, but these errors were encountered: