Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
Why app clip's size is more than 10 MB?
otool will show you linked dynamic frameworks but not static frameworks that are compiled into your main executable. You can inspect symbols in dsym files to see what is in your main app binary and look for any static frameworks, or use a service like Emerge Tools to scan for these automatically.