-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: integrate amplitude core for experiment integration #378
Conversation
Amplitude.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
Outdated
Show resolved
Hide resolved
@@ -37,6 +37,9 @@ jobs: | |||
run: | | |||
sudo xcode-select -switch /Applications/Xcode_12.app | |||
|
|||
- name: Carthage Bootstrap | |||
run: carthage bootstrap --use-xcframeworks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess iOS is not using XC frameworks now, would that be an issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is for AmplitiudeCore
which does use XCFrameworks since each platform supports all architectures which does not work with a regular fat framework. This option tells carthage to build AmplitudeCore
into an xcframework rather than just a regular framework.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self reminder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but check is failing.
🎉 This PR is included in version 8.8.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary
AmplitudeCore
as a dependency: https://github.com/amplitude/amplitude-ios-coreTODO:
Checklist