Originally created by @HabibAliAtFolio3 on GitHub (Sep 7, 2018).
Please help Core Store pod not working in Objective C only Project Test.zip
Originally created by @HabibAliAtFolio3 on GitHub (Sep 7, 2018).
Please help Core Store pod not working in Objective C only Project
[Test.zip](https://github.com/JohnEstropia/CoreStore/files/2359967/Test.zip)
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.
@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.
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 @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