beeware / Python-iOS-template

A cookiecutter template for creating an iOS project running Python code.
MIT License
303 stars 36 forks source link

Issue with submitting app using Python.framework #27

Open aaronjosephm opened 6 years ago

aaronjosephm commented 6 years ago

When I try to update my app to the store with this framework I'm seeing this issue ->

"couldn't find platform info.plist CFBundleSupportedPlatforms or Mach-O LC_VERSION_MIN for 2.7"

a closer look revealed this pertains to the Python.framework specifically ->

"UserInfo={NSLocalizedDescription=Item at "/Users/aaronmednick/Library/Developer/Xcode/Archives/2018-06-18/iHasApp 6-18-18, 3.03 PM.xcarchive/Products/Applications/SipherCatta.app/Python.framework/Versions/2.7" did not contain a "archived-expanded-entitlements.xcent" resource.}"

After doing more digging I believe this has to do with the fact that the framework is dynamically linked? If so, how do I statically link this framework to my project?