:eyes: Is there a way to exclude certain architect...
# multiplatform
k
👀 Is there a way to exclude certain architectures from being compiled and linked when building XC Framework locally? (want to do this to speed up dev build times)
s
Check if this helps: You can remove architecture using lipo command from framework binary:
Copy code
lipo -remove x86_64 -output newBinary oldBinary
also you can exclude in podspec like follows: https://github.com/dyte-in/DyteMobileCoreiOS/blob/main/DyteiOSCore.podspec