-
Notifications
You must be signed in to change notification settings - Fork 242
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
Custom recipes don't add the .a
to the XCode project
#642
Comments
Custom recipes were built but not added to the XCode project. See: kivy#642
The
The called function
As you can see, the Solution: The update command already accepts a I will make a pull request. |
Custom recipes were built but not added to the XCode project. See: kivy#642
Custom recipes were built but not added to the XCode project. See: kivy#642
Custom recipes were built but not added to the XCode project. See: kivy#642
Custom recipes were built but not added to the XCode project. See: kivy#642
Custom recipes were built but not added to the XCode project. See: kivy#642
it doesn't look like this was ever accepted, because I still find myself copying my recipe manually into the kivy_ios module:
|
Versions
We were able to test on those versions but it probably affects any version.
Describe the bug
toolchain build myrecipe --add-custom-recipe /path/to/myrecipe
builds the recipe correctly but doesn't add the.a
file to the XCode project. If you drag and drop it underFrameworks
then everything just works.To Reproduce
toolchain build myrecipe --add-custom-recipe /path/to/myrecipe
You can use this simple recipe to test it. It's a simple Cython recipe that queries the iOS version.Expected behavior
The
.a
file should be automatically added under theFrameworks
folder in the XCode project.Logs
The text was updated successfully, but these errors were encountered: