I'm reading this headline as I have iOS integration tests running in another window. That said, at the moment there's a slightly janky test setup and I'm using some ugly semaphores for testing asynchronous methods. I'd love to read about how others are doing this kind of thing though and I am pretty excited about the new stuff in Xcode 5.
Maybe more important than testing, I think support for writing libraries is really lacking. I know cocoapods is working on this but it would be amazing if we had something as easy as npm in iOS land. Any time I notice I'm doing something in one app that would be useful somewhere else, it's really quick to package the module up in an npm module. With obj-c stuff I usually just copy/paste :).
Comments
I'm reading this headline as I have iOS integration tests running in another window. That said, at the moment there's a slightly janky test setup and I'm using some ugly semaphores for testing asynchronous methods. I'd love to read about how others are doing this kind of thing though and I am pretty excited about the new stuff in Xcode 5.
Maybe more important than testing, I think support for writing libraries is really lacking. I know cocoapods is working on this but it would be amazing if we had something as easy as npm in iOS land. Any time I notice I'm doing something in one app that would be useful somewhere else, it's really quick to package the module up in an npm module. With obj-c stuff I usually just copy/paste :).