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
Describe the bug
When creating a toolchain build including the recipe for Pillow, I receive the following error in Xcode: "407 duplicate symbols for architecture arm64"
To Reproduce
In a python environment run the following commands:
Expected behavior
The rest of my project works perfectly fine without Pillow, and I have the app working as intended on Android without any issues. I need Pillow for the loading and displaying of images in the app.
Additional context
I tried installing pillow with "toolchain pip install pillow" but that leads to a different issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
When creating a toolchain build including the recipe for Pillow, I receive the following error in Xcode: "407 duplicate symbols for architecture arm64"
To Reproduce
In a python environment run the following commands:
toolchain build python3 kivy pillow
or
toolchain build python3 kivy
toolchain build pillow
Both methods produces the same error
Expected behavior
The rest of my project works perfectly fine without Pillow, and I have the app working as intended on Android without any issues. I need Pillow for the loading and displaying of images in the app.
Additional context
I tried installing pillow with "toolchain pip install pillow" but that leads to a different issue.
The text was updated successfully, but these errors were encountered: