TestingWithFrank / Frank

Automated acceptance tests for native iOS apps
http://testingwithfrank.github.io/
Apache License 2.0
215 stars 57 forks source link

HTTP server was being started multiple times #22

Closed cvanes closed 10 years ago

cvanes commented 10 years ago

When dismissing the location prompt at startup, [FrankLoader applicationDidBecomeActive:] can be called a second time resulting in a crash due to the default port being in use.

MichaelBuckley commented 10 years ago

Looks good to me.