Replies: 2 comments
-
I created a new Xcode project and then had no problem integrating SwiftUICharts. The problem is probably because of 'EXCLUDED_ARCHS', which I have to allow Firebase pods to build. Ugh. |
Beta Was this translation helpful? Give feedback.
-
Check whether the naming of your package is correct. If you want to use the beta make sure the Package Dependency rule is set to exact version and that you type in exactly 2.0.0-beta.2 otherwise the error will pop up. If you want to use a stable version set Package Dependency rule to Up to next major version and then type version 1.5.4. This is should solve your problem. |
Beta Was this translation helpful? Give feedback.
-
Has anyone else run into this problem when trying to include the SwiftUICharts package? I'm building on an M1 mac mini. I use CocoaPods for Firebase libraries.
I've Google'd the problem to death, but no cigar. I'm fairly certain there's some problem with my configuration, but none of the suggestions I've seen have helped.
The failing target:
I've tried:
I do not understand the xcode build system, so perhaps a good reference for that would be helpful too.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions