Skip to content
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

[INTENG-21518] Fix for compilation issue on tvOS #1469

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nsingh-branch
Copy link
Contributor

Reference

INTENG-21518

Summary

Removed a check for tvOS when including certain files in the umbrella header. Since the files themselves contain the tvOS checks, this one appears to be unnecessary and caused Xcode to be unable to locate these files when building an app with the SDK.

Motivation

Fix for clients using tvOS apps.

Type Of Change

  • Bug fix (non-breaking change which fixes an issue)

Testing Instructions

Compile and run the app to make sure it still builds on different integrations as well.

cc @BranchMetrics/saas-sdk-devs for visibility.

@@ -30,14 +30,10 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];

#import <BranchSDK/BranchDeepLinkingController.h>

#if !TARGET_OS_TV
// tvOS does not support these features
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So we'll just have to manually place a check in each class/function where we don't support tvOS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants