mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Build failure with Xcode 11.4 beta #313
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zachwaugh on GitHub (Mar 4, 2020).
My build is failing with Xcode 11.4 beta 2 and beta 3 using Carthage. Trying from master, I can see it's also failing to build with Xcode directly as well. All the failures are related to using
SelfinKeyPathGenericBindings.swift. Looks like an easy enough fix to replaceSelfwith the concrete type. Happy to submit a PR if that's the correct fix.@JohnEstropia commented on GitHub (Mar 5, 2020):
Thank you. The Swift 5.2/Xcode 11.4 beta support branch is currently at
prototype/propertyWrapperFieldsI will move this to
develop/masteronce the Xcode 11.4 GM candidate is released.@Bengua27 commented on GitHub (Mar 25, 2020):
Hello,
Xcode 11.4 has been released. When are you planing to merge it to master?
Thanks a lot in advance,
@llKoull commented on GitHub (Mar 25, 2020):
Hello @JohnEstropia
Same problem here with Xcode 11.4 😟
Thanks!!
@pingusNikalex commented on GitHub (Mar 25, 2020):
please update pod's to support new Xcode version 11.4
@JohnEstropia commented on GitHub (Mar 25, 2020):
I'm working on the documents today before pushing to master. If you need to test urgently please use the
prototype/propertyWrapperFieldsbranch for now:@llKoull commented on GitHub (Mar 25, 2020):
Great! Thanks!!!
@JohnEstropia commented on GitHub (Mar 26, 2020):
The update is now in
developbranch. Still making last-minute documentations before pushing to master, but feel free to update your dependency to@JohnEstropia commented on GitHub (Mar 27, 2020):
Updated now for version
7.1.0!Please check the release notes: https://github.com/JohnEstropia/CoreStore/releases/tag/7.1.0
@llKoull commented on GitHub (Mar 27, 2020):
YEAH! Thanks!!