rhyguy Posted November 18, 2008 Share Posted November 18, 2008 i'm trying to make a hud mod for transmission 1.4+, and so far its going ok, but if i use any of the BGHUDAPPKIT things in a window, that window wont open, and if it is the main window, the app crashes i think it has something to do with including the plugin in the build process, but i have no idea how to do that Link to comment https://www.insanelymac.com/forum/topic/137009-need-help-with-bghudappkit/ Share on other sites More sharing options...
~pcwiz Posted November 21, 2008 Share Posted November 21, 2008 Ah...I know what you are doing wrong. You have to include BGHudAppkit as a framework in your Xcode project. Its easy. First, drag BGHUDAppkit.framework from your desktop (or window) into the Xcode project >> Frameworks >> Linked Frameworks (on the left hand side of the window). Then, go to Project menu >> New Build Phase >> New Copy Files Build Phase. In the window that pops up, in the Destination drop down menu choose "Frameworks" and close the window. Then under Targets >> There will be a little "Copy Files" folder. Drag your BGHUDAppKit from the Linked Frameworks folder in Xcode (not from your computer, in Xcode) to the Copy Files folder. That's it! Link to comment https://www.insanelymac.com/forum/topic/137009-need-help-with-bghudappkit/#findComment-972947 Share on other sites More sharing options...
rhyguy Posted November 21, 2008 Author Share Posted November 21, 2008 thanks, but after picking frameworks in the drop menu, there is only a box for path, and a checkbox Link to comment https://www.insanelymac.com/forum/topic/137009-need-help-with-bghudappkit/#findComment-972955 Share on other sites More sharing options...
~pcwiz Posted November 28, 2008 Share Posted November 28, 2008 After picking frameworks you can close that dialog and then procede with the rest of the steps Link to comment https://www.insanelymac.com/forum/topic/137009-need-help-with-bghudappkit/#findComment-980333 Share on other sites More sharing options...
Recommended Posts