Using j2objc and openssl in swift framework

Viewed 24

I made an cocoapod framework in swift language and added j2objc and openssl to it. I copied j2objc and openssl folders in Home directory. I set Header search path, Library search path and User header search path for addressing to j2objc and openssl. It is working in my library and I dont have any problem.

enter image description here

But when I install pod in demo app, demo will not detect j2objc classess in this addresses. when I set addressess again in demo build setting its not working too.

0 Answers
Related