mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
CoreStore Pod not working on Objective C only Project #227
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 @HabibAliAtFolio3 on GitHub (Sep 7, 2018).
Please help Core Store pod not working in Objective C only Project
Test.zip
@JohnEstropia commented on GitHub (Sep 10, 2018):
There's no way around it, you have to install Pods with
use_frameworks!. CoreStore supports Objective-C, but it's built primarily in Swift so you cannot import it through a static library.@HabibAliAtFolio3 commented on GitHub (Sep 10, 2018):
Ok Thanks