Xamapod icon indicating copy to clipboard operation
Xamapod copied to clipboard

Fatal error while binding pods

Open dylanvdbrink opened this issue 5 years ago • 4 comments

When trying to create a binding for DatePickerDialog, I get an error about it not finding the .framework files. I run the following command:

sh build -p DatePickerDialog

And the result is this:

▸ Installing Pods... ✅
▸ Building libraries... ✅
▸ Creating fat libraries...cp: Project/build/Release-iphoneos/*/*.framework: No such file or directory
fatal error: /Library/Developer/CommandLineTools/usr/bin/lipo: can't open input file: Project/build/Release-iphonesimulator/*/*.framework/* (No such file or directory)
 ✅
▸ Creating binding files... ✅

 SUCCESSFULLY COMPLETED 🚀

And the Generated/Fat libraries folder is empty.

I tried a couple of other pods and they all return the same error. Am I doing something wrong?

dylanvdbrink avatar Sep 15 '19 19:09 dylanvdbrink

I have the exact same problem! Have you found a solution yet?

fklingler avatar Nov 14 '19 17:11 fklingler

Have you found a solution?

yyuzyk avatar Jan 22 '20 12:01 yyuzyk

Sadly not as of yet.

dylanvdbrink avatar Feb 03 '20 21:02 dylanvdbrink

Same issue here trying to bind the Gini vision library. Any progress?

OKameric avatar Feb 28 '20 09:02 OKameric