alexsorokoletov / objc-automatic

[Not supported anymore] Automation tool to bind CocoaPods to NuGet packages for Xamarin.iOS
45 stars 15 forks source link

Can't bind EvernoteSDK #18

Open rizumita opened 5 years ago

rizumita commented 5 years ago

I ran the command 'sh bind.sh POD=EvernoteSDK VERBOSE' but got failed.

sharpie bind -output bindings/EvernoteSDK -sdk "iphoneos" -scope pods/EvernoteSDK/XCode/build-out/Debug-iphoneos/EvernoteSDK  -nDreamTeam.Xamarin.EvernoteSDK -c  -I pods/EvernoteSDK/XCode/Pods/Headers/Private -Ipods/EvernoteSDK/XCode/Pods/Headers/Public -v

Done. Exiting with error code 1.
error: no sources specified
Running build failed.
Error:
System.Exception: Error during sharpie bind -output bindings/EvernoteSDK -sdk "iphoneos" -scope pods/EvernoteSDK/XCode/build-out/Debug-iphoneos/EvernoteSDK  -n DreamTeam.Xamarin.EvernoteSDK -c  -I pods/EvernoteSDK/XCode/Pods/Headers/Private -Ipods/EvernoteSDK/XCode/Pods/Headers/Public -v
  at FSI_0005.Build+generateCSharpBindingsForCustom@383.Invoke (System.String message) [0x00001] in <ef82af8a7190414e81d6659b9f36b6b7>:0
  at FSI_0005.Build.generateCSharpBindingsForCustom (FSI_0005.Build+Pod pod) [0x0029e] in <ef82af8a7190414e81d6659b9f36b6b7>:0
  at FSI_0005.Build.generateBindingForPod (FSI_0005.Build+Pod pod) [0x00143] in <ef82af8a7190414e81d6659b9f36b6b7>:0
  at FSI_0005.Build+clo@780-4.Invoke (FSI_0005.Build+Pod pod) [0x00001] in <ef82af8a7190414e81d6659b9f36b6b7>:0
  at Microsoft.FSharp.Primitives.Basics.List.iter[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] f, Microsoft.FSharp.Collections.FSharpList`1[T] x) [0x00019] in <5893d081904cf4daa745038381d09358>:0
  at Microsoft.FSharp.Collections.ListModule.Iterate[T] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] action, Microsoft.FSharp.Collections.FSharpList`1[T] list) [0x00001] in <5893d081904cf4daa745038381d09358>:0
  at FSI_0005.Build+clo@767-2.Invoke (Microsoft.FSharp.Core.Unit unitVar0) [0x0014d] in <ef82af8a7190414e81d6659b9f36b6b7>:0
  at Fake.TargetHelper.runSingleTarget (Fake.TargetHelper+TargetTemplate`1[a] target) [0x0004b] in <5978411fccf1c534a74503831f417859>:0

How can I bind it?