Phil
Phil

Reputation: 3043

When updating the TestFlight SDK do you need to delete the old version?

How do you install a new TestFlight SDK if you have an older version installed? do you delete the old sdk folder from your project before installing the new one? or do you just install the old one over the top? and how does that effect the libTestFlight.a file?

Upvotes: 1

Views: 460

Answers (1)

Abizern
Abizern

Reputation: 150605

If your are adding the TestFlight source to your project it will build the library, so just overwriting the source files is enough, as is deleting and re-adding them. As long as you do it cleanly and don't leave old files hanging around as well as the new ones it makes no difference.

Use CocoaPods / Git submodules / Any other method to do this as you choose.

Upvotes: 2

Related Questions