mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
CoreStore is not building when migrated to Xcode 15.2 #424
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 @shivang-developer on GitHub (Feb 12, 2024).
Hi,
I was using CoreStore (5.0.0) till now on Xcode 14.x with iOS minimum version - 11.0, and it was working fine.
Then, I migrated to Xcode 15.2, iOS minimum version - 13.0. and latest CoreStore (9.2.0) but now I am facing multiple problems with only 1 pod in my podfile - CORESTORE.
I have tried everything, deleted derived data, cleaned project, removed and reinstalled pod, closed Xcode, restarted Mac.
I have attached a screenshot below for the error reference & some snaps of my podfile. Any help would be appreciated
@JohnEstropia I have read the migration docs and searched through the existing issues but didn't find any relevant help.
@JohnEstropia commented on GitHub (Feb 28, 2024):
Apologies for the late response, but is there any reason you are overriding the
build_settingsin your podfile?We use CoreStore in our projects with Xcode 15.2 without any issues.
@willmoreira commented on GitHub (Apr 4, 2024):
I have the same problem https://github.com/JohnEstropia/CoreStore/issues/501, following
Did you find any solution?