bazel-xcode / bazel-xcode/PodToBUILD
FBSDKCoreKit requires additional copts
Open
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.