I am still having some trouble with this and would appreciate any guidance you can offer.
I have the 'Tapstream.Framework' package in a directory 'vendor' under my project directory (a peer to 'app' and 'resources', et cetera).
In my Rakefile I have added this (as Francis suggested)
app.vendor_project('vendor/Tapstream.framework', :static,
:products => ['Tapstream'],
:headers_dir => 'Versions/A/Headers')
app.frameworks += ['Tapstream']
In the app_delegate.rb I have this line (but it is currently remarked out, so not the cause of the error)
Tapstream.setAccountName:"<ACCOUNT_NAME_REMOVED>", developerSecret:"<SECRET_REMOVED_FOR_PRIVACY>"
A Rake fails with this error message:
Build ./build/iPhoneSimulator-5.0-Development
Build vendor/Tapstream.framework
/usr/bin/gen_bridge_metadata:59:in `basename': can't convert nil into String (TypeError)
from /usr/bin/gen_bridge_metadata:59
rake aborted!
Command failed with status (1): [RUBYOPT='' /usr/bin/gen_bridge_metadata --...]
ATdhvaannkcse,
Thom
On Thursday, July 19, 2012 2:04:43 AM UTC-4, Francis Chong wrote: