Can a static library (.a) contain resources like images, sound files etc?
Answer / Shailendra Kumar Agnihotri
No, a static library (.a) does not contain resource files such as images or sound files. Static libraries only include compiled object files and header files which can be linked during the build process.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between c and objective c?
What is abi stability?
What is the difference between class and category?
What are the advantages of swift over objective c?
What is the difference between underscore and self (i.e self.xx and _xx) ?
Explain the way messaging works in objective-c?
What is immutable infrastructure?
What is objective c & why it is used for?
How do I create a bridging header file?
What is thread safe function?
What are nsautoreleasepool?
Who introduced objective-c & when?