I built a static library with MGTwitterEngine and some OAuth / TouchJSon libs.
Then I added that within the main XCode proj of an app.
I’m having trouble with this feature of XCode (build and archive). After I added the libs, the “build and archive” no longer generates a .IPA
-
Do you know a good tutorial to make some proper use of this archive feature ?
-
What should I do within the XCode Projet to make sure it will work correctly with my static libs ?
ps: The second is the most important to me.
Thanks in advance 😉
You should change your static library’s “Build Settings”, make sure
Skip Installis set toYESIf still not work, check your static library’s “Build Phases”, make sure:
After that, your Archive should be OK.
But if your Xcode start to report who can not find your static library’s .h files, you can just add them into your project as references, or change your project’s “Build Settings”, let it find your .h files in your static library’s folder.