Jump to content
4 posts in this topic

Recommended Posts

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

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! :)

×
×
  • Create New...