zkmkarlsruhe / ofxTensorFlow2

TensorFlow 2 AI/ML library wrapper for openFrameworks
Other
109 stars 16 forks source link

configure_xcode.sh script breaks Xcode projects #34

Closed danomatika closed 1 year ago

danomatika commented 1 year ago

As noted by @golanlevin, the configure_xcode.sh configure script appears to break Xcode projects. Whoops.

It comes down to how the build script is stored as an escaped string internally in the .pbxproj file... it does not match how the script contents are displayed in the Xcode editor, so bad assumption on my part.

danomatika commented 1 year ago

Latest commit should have the fix for this. Short answer was the script was appending lines when it needed to be inserting an escaped string.