I have now run my Kivy app on an iPhone 5s simulator in Xcode. That gives a slightly different error, but the app DOES run without any real problems. So the question is: How serious are these 'dlopen' errors? Here comes the slightly different error from the simulator:
Got dlopen error on Foundation: dlopen(/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 1): no suitable image found. Did find:
/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation: mach-o, but not built for iOS simulator
Got fallback dlopen error on Foundation: dlopen(/Groups/System/Library/Frameworks/Foundation.framework/Versions/Current/Foundation, 1): image not found
Note that I DON'T get this error:
2021-02-28 23:09:59.023510+0100 geo-esp-training[457:91731] XPC connection interrupted
Note:
My Mac has 29 'Foundation.framework' folders and a total of 672
'*Foundation.framework' folders... So how am I to know which folder to
point to instead of the one where the 'image' is not found?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: