How to create your own static library
Package some implementation code that you do not want to expose to the user.Library (for example: Baidu MapSDK,WriteSDK)
You need to create a static library project to implement code logic and complete code packaging (.Library)
1.Create a static library project
Create a test project (Use.Library)(Set.Import the library and necessary header files to the test project)
Static library packaging (1, Generated based on the simulator.Library,This.The library is computer-basedCPU(I386) Logical generation,Cannot be used on a real machine
Based on a real machine.Library (Armv6, armv7Smart phoneCPULogic) cannot be used in the simulator environment)
Merge two static databases into one static database
S/qianfeng/library/developer/xcode/deriveddata/mystaticlib-drwhnikdemohobcyujqpkdslsama/build/products/debug-iphoneos/libmystaticlib. a/users/qianfeng/library/developer/xcode/deriveddata/mystaticlib-drwhnikdemohobcyujqpkdslsama/build/products/debug-iphonesimulator/libmystaticlib. a-output allinonelib
End
How to create your own static library