Will an iOS app be rejected if an application is deployed with a dylib file? It is a required file for this JXLS (a spreadsheet file creator) framework to work. And if not, what ways are there around it so that I can deploy my application and still have this framework work without the dylib file?
The dylib in question is the : libc++.dylib
file