bazel-xcode / bazel-xcode/PodToBUILD

FBSDKCoreKit requires additional copts

Open
#50 0 comments 0 reactions 0 assignees View on GitHub
bug good first issue
Dominant language
Swift
Stars
330
Forks
68
PR merge metrics
No merged PRs in 30d

Description

Currently, this pod requires additional copts for internal includes. Find out why and fix the issue.

```
new_pod_repository(
name = "FBSDKCoreKit",
url = "https://github.com/facebook/facebook-ios-sdk/archive/sdk-version-4.16.0.zip",
inhibit_warnings = True,
user_options = ["FBSDKCoreKit.copts += -IVendor/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/Internal"]
)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.