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

Xcode 14.3 编译 HXPhotoPicker compile swift source files 步骤用了800秒 #564

Closed
bikeboy7 opened this issue Jul 19, 2023 · 6 comments
Closed

Comments

@bikeboy7
Copy link

No description provided.

@bikeboy7
Copy link
Author

在release的情况下

@BinBear
Copy link

BinBear commented Aug 1, 2023

遇到同样问题

@JC-Sung
Copy link

JC-Sung commented Sep 7, 2023

现在打包卡得时间是真的有点久

@bikeboy7
Copy link
Author

bikeboy7 commented Sep 7, 2023

我后来在podfile下面加上这个解决了

post_install do |installer|
installer.pods_project.targets.each do |target|
if ['HXPhotoPicker'].include? target.name
target.build_configurations.each do |config|
config.build_settings['SWIFT_OPTIMIZATION_LEVEL'] = '-Onone'
end
end
end
end
@Lovezysong @BinBear

@SilenceLove
Copy link
Owner

SilenceLove commented Sep 7, 2023 via email

SilenceLove added a commit that referenced this issue Sep 9, 2023
@SilenceLove
Copy link
Owner

v4.0.6 已解决

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

No branches or pull requests

4 participants