-
Notifications
You must be signed in to change notification settings - Fork 21
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
sim_arm64 Slice missing for XCFrameworks #84
Comments
Hey @sanju-naik the build file looks valid and it's hard to tell why you hit the error. We've got a test case for a similar BUILD file inside of:
This said, the test case in rules_ios is ran with
|
Thank you @jerrymarino This worked. I believe this flag |
@sanju-naik you got it - glad that fixes it for you. Yeah the feature is safe to use 100% of the time: you often just add it to the |
Perfect. Thank you! |
Hi,
I am trying to Integrate FBSDKCoreKit (https://github.com/facebook/facebook-ios-sdk) Cocoapod into Bazel Project, FBSDKCoreKit is distributed as XCFramework, and when the plugin generates BUILD file its missing
sim_arm64
insupported_archs
.Here is the generated BUILD file containing only simulator Slice for FBSDKCoreKit, As it can be seen sim_arm64 is missing
supported_archs
.With this BUILD file, when I run
bazel build --ios_multi_cpus=sim_arm64 //target
, Build fails with a missing Slice errorThe text was updated successfully, but these errors were encountered: