Skip to content

Commit 6cedc29

Browse files
committed
remove crashlytics reference
1 parent fa0ed6c commit 6cedc29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/platforms/apple/guides/ios/size-analysis/insights.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ This script strips comments and blank lines after the files are generated, so ke
281281

282282
**How to fix**: Maintain a minimal allowlist so only required entry points stay exported.
283283

284-
1. Create a text file in your project, for example `Config/ExportedSymbols.txt`.
285-
2. Add `_main` on its own line. Add `__mh_execute_header` if you use Crashlytics or other tooling that finds symbols dynamically with `dlsym`.
286-
3. If you rely on other dynamic lookups, list those symbols too.
287-
4. In Xcode, set **Build Settings → Linking → Exported Symbols File** to the new file’s path.
284+
1. Create a text file in your project, for example `Config/ExportedSymbols.txt`
285+
2. Add `_main` on its own line
286+
3. If you rely on other dynamic lookups, list those symbols too
287+
4. In Xcode, set **Build Settings → Linking → Exported Symbols File** to the new file’s path
288288

289289
![Example of Exported Symbols File](./images/exported-symbols.png)
290290

0 commit comments

Comments
 (0)