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
8. Disable dead code removal. As of March 2024 Xcode has "Dead Code Stripping" enabled by default. This _will_ remove functions from linked Python library that linker found unused.
170
+
Navigate to Build Settings -> Linkin - General. Find "Dead Code Stripping" and select "No"
171
+
169
172
You will now be able to access the Python runtime in your Python code.
170
173
171
174
If you are on iOS, you will be able to deploy to an iOS simulator without specifying
0 commit comments