google / eddystone

Specification for Eddystone, an open beacon format from Google
Apache License 2.0
3.08k stars 762 forks source link

Help: Unable to use NearbyMessages in a subSpec for cocoapods #202

Open TomStammActv8 opened 7 years ago

TomStammActv8 commented 7 years ago

I'm trying to build a CocoaPods pod that is build with the NearbyMessages pod. I am unable to build the podspec (or do a pod lint) because the NearbyMessage pod was built without the x86_64 & i386 binaries and the "pod trunk" preflights the build in the simulator.

Does anyone know a way around this? Can we get a Build with these binary slices (x86_64 & i386)?

Thank you in advance.