4thSpace
4thSpace

Reputation: 44310

Automating library build

I don't have any experience tweaking Xcode build scripts. I've created a static library. When the referencing app builds for debug simulator, I have to make sure the library also has a recent debug simulator build, rather than say device debug. Is there a way to build in the referencing project and have the static library automatically build the same configuration?

Upvotes: 2

Views: 187

Answers (1)

Related Questions