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

fix: fix ios app store #847

Merged
merged 3 commits into from
Nov 8, 2021
Merged

fix: fix ios app store #847

merged 3 commits into from
Nov 8, 2021

Conversation

andycall
Copy link
Member

@andycall andycall commented Nov 4, 2021

Fixed #846

wssgcg1213
wssgcg1213 previously approved these changes Nov 4, 2021
@cnryb
Copy link
Member

cnryb commented Nov 5, 2021

kraken/ios/prepare.shscripts/tasks.js 也有出现 kraken_bridge.xcframework

@wssgcg1213
Copy link
Member

MinimumOSVersion 字段还是缺失的

Copy link
Member

@wssgcg1213 wssgcg1213 left a comment

Choose a reason for hiding this comment

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

MinimumOSVersion required

@@ -454,6 +475,9 @@ task(`build-ios-kraken-lib`, (done) => {
const armDynamicSDKPath = path.join(paths.bridge, `build/ios/lib/arm/${target}.framework`);
const x64DynamicSDKPath = path.join(paths.bridge, `build/ios/lib/x86_64/${target}.framework`);

patchiOSFrameworkPList(x64DynamicSDKPath);
Copy link
Member

Choose a reason for hiding this comment

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

simulator 的没关系, 这个不会提交到 AppStore 的

Copy link
Member Author

Choose a reason for hiding this comment

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

都加上吧

@answershuto answershuto merged commit e139ae4 into main Nov 8, 2021
@answershuto answershuto deleted the fix/ios-bridge-build branch November 8, 2021 08:03
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.

bridge build requirements.
4 participants