Closed michaeldimoudis closed 6 years ago
Hi @michaeldimoudis
I have never seen this error or this bridgeos
before so we will have to find out together :)
EstimoteProximitySDK
is indeed based on Swift according to their readme: https://github.com/Estimote/iOS-Proximity-SDK
Make sure Always Embed Swift Standard Libraries build setting is set to Yes (this option is turned off by default for Objective–C projects). Estimote Proximity SDK contains Swift code internally and requires Swift standard libraries in the app bundle.
I'd say chances are low that we can bind objc-swift mixed pod using Sharpie. That also means that objc-automatic
will not support this type of pods at least for now.
Wondering if we could do something better about that.
Hi, and thanks for your work.
I'm trying to bind
EstimoteProximitySDK
and getting this error on the 1st stage duringsharpie bind -output bindings
.sharpie bind -output bindings/EstimoteBluetoothScanning -sdk "iphoneos" -scope pods/EstimoteBluetoothScanning/XCode/Pods/EstimoteBluetoothScanning/EstimoteBluetoothScanning/EstimoteBluetoothScanning.framework/Headers/*.h pods/EstimoteBluetoothScanning/XCode/Pods/EstimoteBluetoothScanning/EstimoteBluetoothScanning/EstimoteBluetoothScanning.framework/Headers/EstimoteBluetoothScanning.h -n DreamTeam.Xamarin.EstimoteBluetoothScanning -c -Ipods/EstimoteBluetoothScanning/XCode/Pods/EstimoteBluetoothScanning/EstimoteBluetoothScanning/EstimoteBluetoothScanning.framework/Headers -F pods/EstimoteBluetoothScanning/XCode/Pods/EstimoteBluetoothScanning/EstimoteBluetoothScanning -v
With error: System.Exception: Unsupported clang availability platform: 'bridgeos'
My guess is that this package might have some swift? Anyway just thought I'd share my findings and if you have any ideas about this error. :)