-
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
Got dlopen error on Foundation #896
Comments
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project. |
did this resolved, I am having exact same issue: Got dlopen error on Foundation: dlopen(/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 0x0001): tried: '/Users/jahna/Library/Developer/Xcode/DerivedData/villagers_goods-bmgxikubanqmwuhetawxtarwzhzu/Build/Products/Debug-iphonesimulator/Foundation.framework/Versions/Current/Foundation' (no such file), |
I always see this error message, when I deploy a Python-Kivy app on iOS using Xcode on my Mac. Also after I reinstalled MacOS from scratch a few months ago. Got dlopen error on Foundation: dlopen(/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 0x0001): tried: '/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation' (no such file), '/private/preboot/Cryptexes/OS/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation' (no such file), '/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation' (no such file, not in dyld cache) |
This is the conclusion ChatGPT gives me on the issue: Conclusion The error is likely benign if your app works as expected. However, it may point to a minor configuration or compatibility issue that could become more significant in the future. Addressing it preemptively by ensuring proper framework linking and up-to-date tools can help maintain long-term stability. |
Versions
Describe the bug
My App was able to run on both the simulator and my own iOS device until I added Images to my .kv file. Now I am getting this error within Xcode. Is there a reason Foundation would not be included in the Frameworks when building with toolchain?
To Reproduce
Create a new project using toochain create projectname /path/to/project.
Set up main.py and AppName.kv file to show a single image on the screen.
Open Xcode project and run with either the simulator or build to a local device.
Expected behavior
I expect that when building the Foundation framework would be included by toolchain be default if needed.
Logs
The text was updated successfully, but these errors were encountered: