Swift Xcode Asynchronous Testing

A while back I posted my tweak to some Xcode testing for asynchronous calls. Here’s an update I did in Swift for XCTestCase. extension XCTestCase { /** For use testing async functions. Will wait for completion of the function. You need to provide a test function for when the call is completed. The ultimate timeout … Read more

New Provisioning Profile Not Working: Fix

My Provisioning Profile for my iPhone app expired, so I renewed it, downloaded it.  Added it into Xcode.  Manually added it to ~/Library/Mobile Devices.  It would build and install onto the device, but when launched via the debugger I received the following output: Error launching remote program: security policy error. The app would terminate, the … Read more