Hello, i have a question.
I've start working on a framework which is written completely using obj-c. I've added a few classes which are written in swift 5.2. These classes are for private use, not going to public headers.
When i build this framework (which builds ok) for binary distribution, what limitations i'll get with my swift classes inside of obj-c?
Note: i've set Skip Install to NO and Build Libraries to Distribution to YES.
Do the customers needs their projects to support swift 5.2+?
Or what else i can get here?
Thanks in advance!
I've start working on a framework which is written completely using obj-c. I've added a few classes which are written in swift 5.2. These classes are for private use, not going to public headers.
When i build this framework (which builds ok) for binary distribution, what limitations i'll get with my swift classes inside of obj-c?
Note: i've set Skip Install to NO and Build Libraries to Distribution to YES.
Do the customers needs their projects to support swift 5.2+?
Or what else i can get here?
Thanks in advance!