Hi,
I've an objective-c project that use several pods. Some of that pods are written in swift.
I've understood that swift code is not supported, so I've tried to include swift pods as compiled .frameworks (so NO swift code, but compiled binaries), but I obtain the same error "PPiOS-Rename cannot process apps containing Swift code".
As you know objective-c is dying, and any modern project use dependencies
which will increasingly be in swift.
Any idea how to bypass the restriction? Maybe an exclude feature, or a bridge header, or something?
Thanks for your precious support.