Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

how only support arm64 #269

Open
DukeHuang opened this issue Mar 30, 2021 · 2 comments
Open

how only support arm64 #269

DukeHuang opened this issue Mar 30, 2021 · 2 comments

Comments

@DukeHuang
Copy link

Hi,
I want to only support library arm64, how can i set in podspec.

@changwuguo
Copy link

1、lipo -info FrameworkName
2、lipo -remove i386 FrameworkName -o FrameworkName
3、lipo -remove x86_64 FrameworkName -o FrameworkName
4、lipo -remove armv7s FrameworkName -o FrameworkName
5、lipo -remove armv7 FrameworkName -o FrameworkName

@jaykon
Copy link

jaykon commented Apr 7, 2022

the same question

can use:
lipo xxxSDK -thin arm64 -output xxxSDK_arm64

but it is easier if it can set in podspec.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants