We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I want to only support library arm64, how can i set in podspec.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
the same question
can use: lipo xxxSDK -thin arm64 -output xxxSDK_arm64
but it is easier if it can set in podspec.
No branches or pull requests
Hi,
I want to only support library arm64, how can i set in podspec.
The text was updated successfully, but these errors were encountered: