Closed angelolloqui closed 3 months ago
Hi @angelolloqui, Thank you for raising this. We are looking into it.
Thanks! I believe this change from yesterday is the source: https://github.com/rudderlabs/metrics-reporter-ios/pull/43
It is currently breaking our pipeline, so it is quite urgent for us...
Hi @angelolloqui,
First of all thank you for raising this issue. Also thank you for proposing the solution by opening the PR. For now we resolved this issue:
We have removed the latest tag from Github, so that the projects of our clients can be built as normal again.
If you are still facing problems, you need to
rm -rf ~/Library/Developer/Xcode/DerivedData
To make sure everything working fine, you can remove and add the package again.
Let us know, If this solves your issue.
Hi @SKannaniOS,
I have tried several things, including cleaning all my previous caches and derived data, and all cases seem to work now.
Thanks very much! and great response time!
Describe the bug When trying to install RudderStack v 1.28.0 I get the following compilation error:
No visible @interface for 'RSMetricConfiguration' declares the selector 'initWithLogLevel:writeKey:sdkVersion:'
as part of the init of theRSMetricReporter
:I am integrating it using Tuist and SPM:
To Reproduce Steps to reproduce the behaviour:
Expected behavior It should compile without issues
Screenshots
Version of the iOS SDK Rudder version 1.28.0 Xcode version 15.4