Skip to content
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

xcode archive failure- missing signing identifier ... site-packages/google/..._api_implementation.cpython-39-darwin.so #697

Closed
nicholas-buscaglia opened this issue Apr 10, 2022 · 7 comments

Comments

@nicholas-buscaglia
Copy link

Screen Shot 2022-04-09 at 8 44 51 PM

simulation building and testing on device was success but now kivy project won't archive

@vrepo54
Copy link

vrepo54 commented Apr 28, 2022

I have exactly the same issue! There's also a similar error for the package yaml on my side

@nicholas-buscaglia
Copy link
Author

nicholas-buscaglia commented Apr 28, 2022 via email

@vrepo54
Copy link

vrepo54 commented Apr 29, 2022

Hi Nickstradamus, thank you for your answer! I can find those files in the lib folder in dist/root/python3 which is listed in the "Copy Bundle Ressources" phase, but not in the "Link Binary With Libraries" that seems to be looking at very different files. I've tried removing the files in question from dist/root/python3 but then the app does not run anymore since those packages are required by it.
Did it look like that for you too?

Screenshot 2022-04-29 at 07 39 33

Screenshot 2022-04-29 at 07 41 23

Screenshot 2022-04-29 at 07 41 55

@nicholas-buscaglia
Copy link
Author

nicholas-buscaglia commented Apr 29, 2022 via email

@misl6
Copy link
Member

misl6 commented Jun 27, 2022

Hi @Nickstradamus ,
How did you built protobuf? Did you created a local recipe for that? (See: #702)

@pakal
Copy link

pakal commented Sep 23, 2022

I just had a similar issue with my kivy-ios project.

I switched to manual signing, and it allowed me to have clear error messages about the issue : simply put, ".so" files are forbidden in iOS uploads, all the code must be gathering into a single executable.

So it's as mentioned in #702 : you need to compile protobu using a kivy-ios reciped, so that its .so is actually empty, and all code gets integrated into .a files which will be statically linked to the final program.

@misl6
Copy link
Member

misl6 commented Sep 24, 2022

Duplicated of #702

@misl6 misl6 closed this as completed Sep 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants