-
Notifications
You must be signed in to change notification settings - Fork 5
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
Attempting to fix CI builds #10
Conversation
Open to ideas on how to fix this latest error on the ios side!
|
…into fix-ci * 'fix-ci' of github.com:klaviyo/klaviyo-react-native-sdk: Separate files and interfaces for push, profile, events methods
…into fix-ci * 'fix-ci' of github.com:klaviyo/klaviyo-react-native-sdk: Updated to use klaviyo repo over Kenny's private repo (#11)
…into fix-ci * 'fix-ci' of github.com:klaviyo/klaviyo-react-native-sdk: Update Podfile Update Podfile
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.
Some unblocking comments
@@ -1385,4 +1385,4 @@ SPEC CHECKSUMS: | |||
|
|||
PODFILE CHECKSUM: 4b9faf5e512fab6e8d87beb30570ec4d3bd884b9 | |||
|
|||
COCOAPODS: 1.14.2 | |||
COCOAPODS: 1.14.3 |
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 had this change too, wonder if we should all update to the latest since we'd be going back and forth on this file we didn't.
@@ -1,2 +0,0 @@ | |||
export NODE_BINARY=/Users/kenny.tsui/.nvm/versions/node/v18.16.0/bin/node |
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.
thanks for removing this
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.
interestingly, having this on my local caused the same error 65 message about hermes as I'm seeing in the CI output. And yet I am pretty sure I've set NODE_BINARY correctly now in this branch...
So far I have fixed android (easy, just had to specify the right java version)
And fixed some ios issues such as specifying the right xcode version. Still can't get ios build to complete though.