Compile with xcode #3757
-
|
I’m on macOS and trying to compile ThorVG for lottie support . The Meson build system doesn’t seem to be set up properly for mac. Is there a way to compile it using Xcode 16? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 6 replies
-
|
@manishagarwal23 Hello, doesn't useful? https://github.com/thorvg/thorvg.swift |
Beta Was this translation helpful? Give feedback.
-
|
i get following error on command line `user@mac-user1 thorvg % rm -rf build The Meson build system thorvg 1.0.0 Raster Engine Loader Saver Binding Tool Extra User defined options <mesonbuild.backend.xcodebackend.PbxDictItem object at 0x1055b38f0> ERROR: Unhandled python exception |
Beta Was this translation helpful? Give feedback.
-
|
@manishagarwal23 Please try this: Save the following to
|
Beta Was this translation helpful? Give feedback.
-
|
at my collegues machine (as my machine is giving different issues ) `% meson setup build --native-file native.txt --backend=xcode -Dexamples=true -Dloaders=all -Dlog=true -Dsavers=all thorvg 1.0.0 Raster Engine Loader Saver Binding Tool Extra User defined options <mesonbuild.backend.xcodebackend.PbxDictItem object at 0x7f9827da42b0> ERROR: Unhandled python exception |
Beta Was this translation helpful? Give feedback.
-
|
@manishagarwal23 Hello, there seem to be issue with latest meson version in use of xcode backend. Please downgrade meson version less than v1.8.1 and try again. Note I am using meson |
Beta Was this translation helpful? Give feedback.
-
|
unfortunately this too is not working . Even if we are able to create xcode proj will it be supported in future too as your output says |
Beta Was this translation helpful? Give feedback.
-
|
i have decided to use meson for building locally. so we can close this |
Beta Was this translation helpful? Give feedback.



i have decided to use meson for building locally. so we can close this