-
-
Notifications
You must be signed in to change notification settings - Fork 677
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
Comments
在release的情况下 |
遇到同样问题 |
现在打包卡得时间是真的有点久 |
我后来在podfile下面加上这个解决了 post_install do |installer| |
这两天会发个版本解决
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: Hi ***@***.***>
发送时间: 2023年9月7日 18:22
收件人: SilenceLove/HXPhotoPicker ***@***.***>
抄送: Subscribed ***@***.***>
主题: Re: [SilenceLove/HXPhotoPicker] Xcode 14.3 编译 HXPhotoPicker compile swift source files 步骤用了800秒 (Issue #564)
我后来在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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
SilenceLove
added a commit
that referenced
this issue
Sep 9, 2023
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: