Spent a while wrestling to get iProcessing working on iOS 4.3 and thought I'd share my hiccup (although to experienced programmers this is probably a no brainer). In the build settings I had to manually change "ARCHS" from "Standard (armv6 armv7)" to simply "armv6". Then I had to make sure "ONLY_ACTIVE_ARCH" is set to "No". Then I had to change "VALID_ARCHS" to "armv6".
I think those were the only necessary changes, although I made a few other random ones that might have been relevant. The core problem is this error:
ld: in /Developer/Examples/iProcessing-0008/Blarg/lib/libTiCore.a, file is universal but does not contain a(n) armv7 slice for architecture armv7
Not sure what would have to be done to get that lib recomplied to work with armv7.
I'm also quite curious if we could actually release these apps on iphone - it looks like "BirdBox" was, but the iProcessing website just speculates about the possibility of apple accepting iProcessing apps.
Just wondering if anybody has had luck capturing video on windows 7. I'm having trouble with my webcam, and would be willing to invest in a new camera (or a kinect?) if i knew that there was some hardware setup that is working for people.