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

feat: migrate to xcframework for ios build #698

Merged
merged 2 commits into from
Oct 12, 2021
Merged

Conversation

andycall
Copy link
Member

No description provided.

cnryb
cnryb previously approved these changes Sep 22, 2021
scripts/tasks.js Outdated Show resolved Hide resolved
scripts/tasks.js Outdated Show resolved Hide resolved
airingursb
airingursb previously approved these changes Sep 22, 2021
Copy link
Member

@airingursb airingursb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -368,10 +368,11 @@ task(`build-ios-kraken-lib`, (done) => {
stdio: 'inherit'
});

// geneate builds scripts for ARMV7, ARMV7S
// geneate builds scripts for ARMV7S
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// Generate build scripts for armv7s

typo, 单复数, 大小写

const frameworkPath = `${targetDynamicSDKPath}/kraken_bridge.xcframework`;
mkdirp.sync(targetDynamicSDKPath);

// merge armv7 into armv8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释开头大写吧, armv8 是指 arm64? 尽量统一术语

@wssgcg1213
Copy link
Member

And CI should pass.

@wssgcg1213
Copy link
Member

我试了下, debug 产物没有 dSYM 的情况下 Xcode (13.0) 会报错, copy 过来一个就通过了

Copy link
Contributor

@anjihang anjihang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wssgcg1213 wssgcg1213 merged commit 4218a12 into main Oct 12, 2021
@wssgcg1213 wssgcg1213 deleted the feat/ios-xcframework branch October 12, 2021 09:32
@cnryb cnryb mentioned this pull request Oct 28, 2021
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

5 participants