From: Eloy D. <elo...@gm...> - 2008-08-19 13:40:54
|
I always explicitly require the bridgesupport files in this way. Actually this is most of the times the way I load a framework, so I don't add it in the xcode project unless it's really needed. So afaik if you load a framework by adding it to the linked frameworks in your xcode project, you still need to tell the bridge to load the bridgesupport file. Laurent, any input on this matter? Eloy On Aug 19, 2008, at 2:32 PM, Allison Newman wrote: > Yup, everything worked fine after I called require_framework 'QTKit' > > Actually, do you know why we have to do this manually? I would have > thought that all of the frameworks that are loaded automatically > should also load the .bridgesupport files. Am I actually looking at > a bug do you think? > > Alli |