You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
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?