You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I am trying to build the brainflow libs using ios-cmake for OS64COMBINED, but I am getting the following error:
/bin/sh -c /Users/scottmiller/git/brainflow/build/brainflow.build/Release-iphoneos/MuseLib.build/Script-538A60576ABA9B7FDB978F8C.sh
Error copying file (if different) from "/Users/scottmiller/git/brainflow/compiled/libMuseLib.dylib" to "/Users/scottmiller/git/brainflow/nodejs_package/brainflow/lib/libMuseLib.dylib".
Command PhaseScriptExecution failed with a nonzero exit code
The dylib is being written to /Users/scottmiller/git/brainflow/compiled/Release/, not /Users/scottmiller/git/brainflow/compiled/.
After some experimentation I found that if I open the generated project file in Xcode, and check the boxes next to "For install builds only" and "Based on dependency analysis" under Build Phases->CMake PostBuild Rules, then the errors go away.
Is that a good approach? If so, then is there any way to generate the project file with those options already checked?
Hi! I am trying to build the brainflow libs using ios-cmake for OS64COMBINED, but I am getting the following error:
/bin/sh -c /Users/scottmiller/git/brainflow/build/brainflow.build/Release-iphoneos/MuseLib.build/Script-538A60576ABA9B7FDB978F8C.sh
Error copying file (if different) from "/Users/scottmiller/git/brainflow/compiled/libMuseLib.dylib" to "/Users/scottmiller/git/brainflow/nodejs_package/brainflow/lib/libMuseLib.dylib".
Command PhaseScriptExecution failed with a nonzero exit code
The dylib is being written to /Users/scottmiller/git/brainflow/compiled/Release/, not /Users/scottmiller/git/brainflow/compiled/.
Steps to reproduce:
Thanks!
The text was updated successfully, but these errors were encountered: