Skip to content
New issue

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

[WIP] iOS Build test #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

[WIP] iOS Build test #3

wants to merge 2 commits into from

Conversation

kyakuno
Copy link

@kyakuno kyakuno commented Nov 24, 2023

iOSにおけるテストビルドを行う。

事前準備

[libclang_rt.ios.aの分割]
lipo libclang_rt.ios.a -thin arm64 -output libclang_rt-arm64.ios.a

[aila SDK 1.2.16の分解]
lipo libailia.a -thin arm64 -output libailia-arm64-base.a
ar -r libailia-arm64.a libailia-arm64-base.a 

ビルド

export AILIA_INC_DIR=/Users/kyakuno/Desktop/ailia_release/ailia_1_215_0/library/include
export AILIA_BIN_DIR=/Users/kyakuno/Desktop/ailia_release/ailia_1_215_0/library/ios
cargo --config 'build.rustflags="-l framework=Accelerate -l framework=MetalPerformanceShaders -l framework=Metal"' build --target aarch64-apple-ios

#2

@kyakuno kyakuno mentioned this pull request Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant