fousa tag

Current tag: tag

2009

28 AUG

Problem with SQLite3 after Snow Leopard upgrade // 1 comment

When I first upgraded to Snow Leopard everything seemed to be working just fine. But then I tried to migrate my sqlite3 database for my rails web-application... The error I received was the following: rake aborted! uninitialized constant SQLite3::Driver::Native::Driver::API That was the end of my development until I found the solution...

5 FEB

Start/stop a running process started from NSTask

When you start a script with NSTask, you can only end that script in the current session of your application (when you still have the NSTask object). There is nothing foreseen in Objective-C to stop a running process without having an NSTask object. But I found a nice framework that allows you to go through a list of running (background) proc...

go to the top ↑ ← back to the blog