mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Archive project results in CoreStore errors #379
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 @dtln820 on GitHub (Nov 5, 2021).
While trying to archive my project, its results in errors from CoreStore. Running same project on device compiles successfully.

XCode: 13.1
CoreStore: 7.3.0
Tried to clean build folder, to delete DerivedData, etc.
@Desmuz commented on GitHub (Nov 8, 2021):
Same problem. Did you manage to fix it?
@JohnEstropia commented on GitHub (Nov 8, 2021):
@dtln820 @Desmuz
Xcode 13.1 compiles using Swift 5.5 so I recommend updating first to CoreStore 8.1.x.
Afterwards, let me know how it goes for you.
@Desmuz commented on GitHub (Nov 8, 2021):
Everything is archived well after upgrading to 8.1.x, thanks.
@dtln820 commented on GitHub (Nov 11, 2021):
Yep, that works. But what if I need the old version? Should I just use another version of XCode?
@JohnEstropia commented on GitHub (Nov 12, 2021):
@dtln820 Is there any reason you cannot update to the latest CoreStore version? I don't think there is any large migration work,just small syntax changes that the compiler would be able to point out for you.
@dtln820 commented on GitHub (Nov 12, 2021):
Unfortunately I use other pods that haven't been updated for some time, so after updating CoreStore - other pods resulted in compile errors. So that's why I need to keep the versions as they're now, and the only solution that I see is use and older XCode version.
@dtln820 commented on GitHub (Nov 12, 2021):
So yeah, anyway updating to CoreStore 8.1.x for XCode 13.1 solves the issue, thank you.