-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
SwiftAlgorithms Bitcode_disabled #4919
Comments
I had to iterate through all my targets and set ENABLED_BITCODE to true and now everything works :) |
I am still facing a problem with SwiftAlgorithms some files showing errors as: 'let' property 'base' may not be initialized directly; use "self. init(...)" or "self = ..." instead and I tried to get all BITCODE to enable true and it still didn't work |
I am having the same issue as above |
I am having the same issue |
This should help bypassing the issue until SwiftAlgorithms get updated to support new swift 5.7 I think !
|
Closed by #5069 |
What did you do?
ℹ I did a pod update with charts '~> 4.1.0`
What did you expect to happen?
ℹ I expected that everything should work smoothly. but found out that Charts 4.1.0 has many breaking changes. which I have now updated everything. no more errors regarding Charts it self
What happened instead?
ℹ When I use Pods install it installs SwiftAlgorithms together with Charts 4.1.0 and that's when I try to run the project I get the error that SwiftAlgorithms should enable bitcode and I don't know how to change that.
Charts Environment
Charts version/Branch/Commit Number: 4.1.0
Xcode version: 14.0
Swift version: 5
Platform(s) running Charts: iOS
The text was updated successfully, but these errors were encountered: