Xamapod
Xamapod copied to clipboard
Fatal error while binding pods
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?
I have the exact same problem! Have you found a solution yet?
Have you found a solution?
Sadly not as of yet.
Same issue here trying to bind the Gini vision library. Any progress?