I used introjucer (from today’s tip) to generate a new build for an existing IOS app that I am updating to the tip.
However this IOS build now fails due to the inclusion of the veclib framework which apparently is not present in the IOS SDK.
When I include the Accelerate framework instead (which is available on IOS), the build succeeds. I guess this means introjucer needs to be updated to include the Accelerate fwk instead of veclib? Or am I missing something here?
This is on XCode 4.5.2
