Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Well... this morning it is working. I can not think of what is different other than a good night sleep. 🤷♂️
Thanks for the quick help!
@eskimo Here is what you asked for:
Smart Desk.app/Contents/MacOS
Smart Desk.app/Contents/MacOS/Smart Desk
Smart Desk.app/Contents/MacOS/ffplay
What wasn't working yesterday but is now:
guard let ffplay = Bundle.main.url(forAuxiliaryExecutable: "ffplay") else{ fatalError() }
Yesterday's work around"
var ffplay = Bundle.main.bundleURL
ffplay.appendPathComponent("Contents/MacOS/ffplay")