gumilastik / ofxLiveApp

Live coding for openFrameworks! 🐨
29 stars 1 forks source link

Issues on OSX #1

Open roymacdonald opened 5 years ago

roymacdonald commented 5 years ago

Hi, I just tried to test your addon on macos 10.12 with xcode 8.3.2 I did not have xcpretty installed so I had to using gem install xcpretty. You might want to add that to the readme. The app compiles and runs but it fails when trying to reload. In the console there are two messages that I think are important. Just when initialized it shows. [E] : Cannot find Xcode project in /Users/user/Desktop/jet-test/jet-live/_build and when trying to reload after modifying a file [W] : Link failed: /Users/user/Desktop/jet-test/jet-live/_build/lib_reload1.so

Certainly I don't have that path in my computer, which I could by installing jet-live but still it looks like something hard coded somewhere. I just wanted to try out your addon but I have no time now to figure it out. Maybe you can give me some insight.

If this works I would really love your addon :) great work.

cheers

gumilastik commented 5 years ago

Hi! Yes, you are absolutely right, the path seems to be hardcoded at my local build folder for jet-live. I will try to fix it on monday as I have osx only at work