InterviewSolution
Saved Bookmarks
| 1. |
Can a static library (.a) contain assets like pictures, sound documents and so on.? |
|
Answer» NO, You can’t offer SOMETHING aside from code with a static library. This is often as a result of .a files measure an accessible ARCHIVE of OBJECT files, with the EXTRA ability beneath Mac/iOS of SUPPORTING multiple processor architectures. |
|