Hello,
basically I'm able to use static ios library in firemonkey project. It is not problem.
Now I found embedded framework included in one iOS project and I'd like to use this framework in firemonkey.
The structure of this embedded framework is
-embeddeded framework
--Resources folder with bundle files
--framework file
If I add framework file as a static library into firemonkey project i will get some strange error [DCC Error] E2597 ld: 64-bit LDR/STR not 8-byte aligned: from .... but I think it has something to do with missing Resources. How can I add those .bundle files into firemonkey project?
Thank you