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
Attempting a distribution from xcode 15.2 of an app that runs on devices and simulations, Apple returns the following error:-
Missing signing identifier at "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~yYA2nq/Root/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so".
Failed to cloud sign "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~yYA2nq/Root/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so". Please file a bug report at https://feedbackassistant.apple.com.
The text was updated successfully, but these errors were encountered:
Hi, I'm glad to be able to pass on a solution to this issue that I got
from xPsycHoWasPx at Discord : https://discord.gg/PEjuUAKK
For me this manifested as :-
1. Missing signing identifier at "/var/folders/wb
/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~PE16kQ/Root
/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize
/celebi.cpython-311-darwin.so".
2. )
3. also, below says:-
4. Failed to cloud sign "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T
/XcodeDistPipeline.~~~PE16kQ/Root/Payload/poxy9.app/lib/python3.11/site
-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so".
Please file a bug report at https://feedbackassistant.apple.com/.
The problem being that Apple requires a .so file to be signed.
Just delete that.so file (in site-packages of the local Python version) and
you should be fine
as long as you have run command
toolchain build materialyoucolor
in the active environment, (after pipenv install kivy-ios) to have created
a suitable library that will be included and signed instead of the
redundant .so
Attempting a distribution from xcode 15.2 of an app that runs on devices and simulations, Apple returns the following error:-
Missing signing identifier at "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~yYA2nq/Root/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so".
Failed to cloud sign "/var/folders/wb/dykl3dh955jg5qx04mcyhxg00000gn/T/XcodeDistPipeline.~~~yYA2nq/Root/Payload/poxy9.app/lib/python3.11/site-packages/materialyoucolor/quantize/celebi.cpython-311-darwin.so". Please file a bug report at https://feedbackassistant.apple.com.
The text was updated successfully, but these errors were encountered: