From 1a310d0360565417dffd8fd3ce05b3303f48074e Mon Sep 17 00:00:00 2001 From: Chris Guidry Date: Mon, 16 Apr 2018 14:13:27 -0400 Subject: [PATCH] Update swift version to 4.1 for Xcode 9.3. After upgrading to Xcode 9.3, I get the following error: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/chris/Library/Developer/CoreSimulator/Devices/.../data/Containers/Bundle/Application/.../RE-vibe.app/Frameworks/Zip.framework/Zip Reason: image not found I have tried several different approaches, but none have fixed the issue. I suspect the the swift version for this package needs to be upgraded to match Xcode 9.3's version. --- .swift-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.swift-version b/.swift-version index 5186d07..7d5c902 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +4.1 -- 2.26.2