Hello,
I already mentioned this in another topic, but this is a complete separated new case, so I decided to open a new topic for this to avoid confusion.
When I try to build the static library with the makefile provided in the xamarin module from GitHub I get the following error on the last command of the makefile:
xcrun -sdk iphoneos lipo -create -output libRDPDFLibSDK.a libRDPDFLib-i386.a libRDPDFLib-armv7.a libRDPDFLib-arm64.a
fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: libRDPDFLib-i386.a and libRDPDFLib-arm64.a have the same architectures (arm64) and can't be in the same fat output file
I am trying this on the newest xamarin module and the with the newest Layer "PDFViewLayout-CALayer-3.74". I also tried 3.73. But I always get the error above.
As I need to make some changes to the code for my customers building the library myself ist essential and I hope this can be soved.
Thanks for any help!
Thomas.