-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos nightlies examples relying on libs crashes Xcode #8126
Comments
Yes same thing here with macOS 14.5, Xcode 15.4, and fresh nightly of_v20240923_osx_release. Xcode crashes when the ofxAssimpExample.xcodeproj is opened. I've typically been using the 0.12.0 release, or a nightly from very close to the release date. And if I copy the ofxAssimpExample folder into the /examples/3d/ folder of the 0.12.0 release, I get a similar/same Xcode crash when I try to open its xcodeproj file. That example wasn't in the 0.12.0 release. The polygonExample opens in Xcode without crashing, but compiling results in a couple of errors: /Users/chilina/of_v20240923_osx_release/libs/pixman/lib/macos/pixman.xcframework:1:1 The signature of “pixman.xcframework” cannot be verified. forum thread: https://forum.openframeworks.cc/t/macos-15-probably-you-downloaded-the-wrong-package/43919 |
Yes, another nlohmann related issue. if you remove just the array containing "null" it will work. I'll take a look on this specific part soon. |
This is a hairy one. and greasy. macos libs is installing both versions so it is not clear which is being used so I checked out apothecary outside of to have access to bleeding branch (there is ambiguity in bleeding tag and branch there) I'm testing some alternative way of creating array with json in pg to see if it fixes the issue, but it is a wild guess. |
Ok, it seems to be working now. xcframework signature is still erroring and there is a warning there also |
OK good! but this means my assumption that it was related to the libs path as in #8125 was incorrect, and it's 2 distinct problems? |
Yeah it sound like two different issues to me. Maybe we close this and I open one for the signing? I added those error messages just in case they were somehow related to the original issue. |
Yes it is a separate issue |
OK I opened the signing errors as a separate issue #8135. |
Amazing thanks @dimitre !!! |
after pulling hair on a messed up git-based workspace if figured i'd check the nightlies.
downloading of_v20240921_osx_release and opening the contained ofxAssimpExample.xcodeproj crashes Xcode (it just plain quits after clicking "Trust and open"). Same with opencvExample.xcodeproj
Tried a few examples with no bin libs dependencies and they work.
M1/14.5 and M2pro/14.4
The text was updated successfully, but these errors were encountered: