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.
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.
<img width="558" alt="Screenshot 2024-02-12 at 11 43 04 AM" src="https://github.com/JohnEstropia/CoreStore/assets/134233228/b5f5cc42-0159-484c-8eb5-ec978d9099f2">
<img width="369" alt="Screenshot 2024-02-12 at 11 49 34 AM" src="https://github.com/JohnEstropia/CoreStore/assets/134233228/4200e777-43bb-41d9-9d7d-3b36f0350502">
<img width="491" alt="Screenshot 2024-02-12 at 11 49 45 AM" src="https://github.com/JohnEstropia/CoreStore/assets/134233228/decf498f-39a2-49d9-9455-41fcbae7451e">
Apologies for the late response, but is there any reason you are overriding the build_settings in your podfile?
We use CoreStore in our projects with Xcode 15.2 without any issues.
@JohnEstropia commented on GitHub (Feb 28, 2024):
Apologies for the late response, but is there any reason you are overriding the `build_settings` in 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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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?