Fixing the build break on osx10.8 xcode4.6.2#337
Fixing the build break on osx10.8 xcode4.6.2#337jonchui wants to merge 1 commit intoscrod:masterfrom
Conversation
Had to remove NSTextFinder.h & move the enum to a relevant place, as well as a bunch of other fixes
|
Hi. I came across this thread from your comment on issue "#240" regarding the Find feature in NV. Does your comment mean you've found a way to fix the issue? What steps would I need to take to download or recreate your fork? Apologies for the silly questions. I'm not a programmer--just very interested in getting a fully functional NV back. Thanks for any time you have to explain how to implement what you've done. |
|
👍 @jonchui's fixes still works! Tested on 10.8 with Xcode 4.6.3. @bzoooty You need to first check out his forked repository and then checkout the appropriate branch (easiest done in a shell): |
|
@winny- Thanks for the tips. I gather I needed to download the Github application and run those commands. I think the fourth command should read "$ open Notation.xcodeproj" without the "al" at the end of "Notation." In any case, if you have a moment could you explain what to do next? Again, I know nothing about any of this, but I've managed to run the four commands successfully in Terminal. Will this end up producing a fixed version of the NV app?? Thanks again! |
Had to remove NSTextFinder.h & move the enum to a relevant place, as well as a bunch of other fixes