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
Cocoapods gives the error: target has transitive dependencies that include static binaries: (/Users/timothychilvers/Documents/Lovecrafts-iOS/Pods/Optimizely-iOS-SDK/Optimizely.framework) on pod install
The text was updated successfully, but these errors were encountered:
Sorry for the delay here.
This unfortunately is a common issue that doesn't have an out of the box solution due to Cocoapods and static libraries not working well together.
The only solution is to copy the integration code manually into your project, then depend on Optimizley directly. This eliminates the transitive dependency (from App -> Segment-Optimizely -> Optimizely to App -> Optimizely).
Moving forward, we recommend using Optimizely-X as it is the recommended product from Optimizely.
Best of luck, and please let me know if I can help out further!
Ladan
Cocoapods gives the error:
target has transitive dependencies that include static binaries: (/Users/timothychilvers/Documents/Lovecrafts-iOS/Pods/Optimizely-iOS-SDK/Optimizely.framework)
onpod install
The text was updated successfully, but these errors were encountered: