-
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
Getting linking issues after building Pillow on Xcode 12.x #585
Comments
I will check it ASAP, you also had the chance to try a build for arm64 instead of the x86_64 simulator one? |
I didn't give it a try yet TBH, I assumed it wouldn't work - I'll still try tomorrow. Also, I'm using 3.8 from homebrew, which had me add some LDFLAGS and other env vars in .bash_profile to get 3.8 to work (and to be in PATH), I don't know if that's any different from your own setup? |
Ok, I think I got it. I'm able to compile and link it properly cause I don't have some dependencies on my system which Pillow is looking at during config. Looking at your logs seems that Pillow it's being built with Not a proper and definitive solution, but just as a workaround, can you please edit the following line by adding
Then, if it's working, maybe We need to properly target this specific issue via a patch in |
Thanks, that sounds like a decent workaround, given I don't actually need these features, I'll give that a try and keep you in touch! |
@misl6 Thank you so much again Mirko, it definitely helped!!! I had similar issues with iconv, because of zbar (not pillow), I solved them by adding libiconv.tbd to the linking phase of the project, could you please tell me (if you know) how to do that in the recipe (even though it's slightly offtopic, it still seems somewhat relevant) ? EDIT: Forgot to mention, I'm only running the app in simulator for now, I'll test on a real device soon, but I expect it should be just as fine - at least on the Pillow side of things! |
Can someone please help me on this issue , I get the below error when i compile the code in Xcode 12, I am not able to upgrade to pillow 8.2.0 version, it allows me to install only the 6.1.0 version and I am always ending up with the below error
|
Fixed via #606 |
I'm on OSX 10.15.7 BTW, not 11.
Another thing, I thought it could be because of Python 3.9, so I downgraded to 3.8, but I see from your CI specs Mirko that you're using 3.9, so that's also a dead end - I'll go back to 3.9 myself. In the meantime, logs:
Originally posted by @Cheaterman in #579 (comment)
The text was updated successfully, but these errors were encountered: