Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thunfischbrot/69ebf35bdc5b0f6dc1b0 to your computer and use it in GitHub Desktop.
Save thunfischbrot/69ebf35bdc5b0f6dc1b0 to your computer and use it in GitHub Desktop.
Added link to App Store
@caboose014
Copy link

It seems that the Frameworks inside Blink for SIP2SIP no longer match what is needed here. I have managed to find all but one .dylib file. Trying to build this on Yosemite.. cannot for the life of me get it to work >_<

@rpavez
Copy link

rpavez commented Jun 10, 2017

Same problem on Sierra

Showing Recent Issues
(null): error: /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libavdevice.56.dylib: No such file or directory

PBXCp Distribution/Frameworks/libavfilter.5.dylib /Users/rpavez/Library/Developer/Xcode/DerivedData/Blink-fytejkxnvkeewqfagnfngfteeshe/Build/Products/Debug/Blink.app/Contents/Frameworks/libavfilter.5.dylib
cd /Users/rpavez/Experiments/blink-cocoa
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libavfilter.5.dylib /Users/rpavez/Library/Developer/Xcode/DerivedData/Blink-fytejkxnvkeewqfagnfngfteeshe/Build/Products/Debug/Blink.app/Contents/Frameworks

error: /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libavfilter.5.dylib: No such file or directory

PBXCp Distribution/Frameworks/libswscale.3.dylib /Users/rpavez/Library/Developer/Xcode/DerivedData/Blink-fytejkxnvkeewqfagnfngfteeshe/Build/Products/Debug/Blink.app/Contents/Frameworks/libswscale.3.dylib
cd /Users/rpavez/Experiments/blink-cocoa
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libswscale.3.dylib /Users/rpavez/Library/Developer/Xcode/DerivedData/Blink-fytejkxnvkeewqfagnfngfteeshe/Build/Products/Debug/Blink.app/Contents/Frameworks

error: /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libswscale.3.dylib: No such file or directory

PBXCp Distribution/Frameworks/libavcodec.56.dylib /Users/rpavez/Library/Developer/Xcode/DerivedData/Blink-fytejkxnvkeewqfagnfngfteeshe/Build/Products/Debug/Blink.app/Contents/Frameworks/libavcodec.56.dylib
cd /Users/rpavez/Experiments/blink-cocoa
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libavcodec.56.dylib /Users/rpavez/Library/Developer/Xcode/DerivedData/Blink-fytejkxnvkeewqfagnfngfteeshe/Build/Products/Debug/Blink.app/Contents/Frameworks

error: /Users/rpavez/Experiments/blink-cocoa/Distribution/Frameworks/libavcodec.56.dylib: No such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment