ios - Testing changes in static library? -


we have static libraries , main app. can ship each bit separately if need to.

i'm coming across frustrating problem however. everytime make change library , want test it/run have compile (+ lipo etc make fat binary) copy , paste other project (app) , use app test it.

is way can test want test? know unit tests, we're using build server tests. want test new functionality i'm building in static library.

how guys it? possible or way i've described best way?

thanks

create "test" app uses library, , include library(s) project(s) in that. able change library code, , run test app immediately.

i'm doing exact thing now, i'm developing static library companies customers.

or, easier, include library projects in apps. downside won't have exact same process others distribute to.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -