You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdjustSdk, AdjustSdkIm, and AdjustSdkWebBridge have AdjustSdk as a product name. When a product is built via Carthage, all three frameworks are built, but in the end, only the last one is left in the Build folder because all of them have the same product name defined in the project file. I suspect that is a regression in v5.
Derived data:
Project file change
Before
After
Extra notes
While migrating to v5, it also looks like we are not able to install Adjust-Signature via Carthage. Download options only contain a dynamic framework or static library while we are building dependencies as xcframeworks with static linkage.