Python-iOS-template icon indicating copy to clipboard operation
Python-iOS-template copied to clipboard

Issue with submitting app using Python.framework

Open aaronjosephm opened this issue 7 years ago • 0 comments

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?

aaronjosephm avatar Jun 18 '18 22:06 aaronjosephm