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
- Understanding mediapipe graphs/calculators : I find it great to start here https://google.github.io/mediapipe/framework_concepts/calculators.html
29
+
-[This Stackoverflow thread for pointing out how to create XCFrameworks](https://stackoverflow.com/questions/63267897/building-for-ios-simulator-but-the-linked-framework-framework-was-built/65613941#65613941)
30
+
- I tried using good ol' `lipo -create ... -output ...` with the binaries and putting it in a normal `.framework`. XCode 12.4 refuses to build with the error `Building for iOS Simulator, but the linked and embedded framework was built for iOS + iOS Simulator`. It seemed not so long ago that I last used the `lipo` method. Things change so fast.
0 commit comments