BazelSample icon indicating copy to clipboard operation
BazelSample copied to clipboard

Unable to build Nimble

Open billypchan opened this issue 3 years ago • 0 comments

Hi! Thank you for providing this example, I got this error when building:

Building universal frameworks with common architectures is not possible. The device and simulator slices for "Nimble" both build for: arm64
Rebuild with --use-xcframeworks to create an xcframework bundle instead.
make: *** [setup] Error 1

I added --use-xcframeworks and make setup passed

billypchan avatar Jan 28 '22 11:01 billypchan