Hi Costa, This doesn't make much sense, it looks like you have the architecture.
Can you add "--keeptemp" to the additional mtouch arguments in the project's iPhone Build options and then rerun the 'file ...' command, but with the exact path in the error message? If that yields the same result I have no idea what could be going wrong (but I could have a look at a test project if you have one available). Rolf On Tue, Jan 22, 2013 at 12:15 AM, Kosta Mihajlov <[email protected]> wrote: > Hi Rolf, > here is what i get when i run *file /path/to/libPDFNet.a:* > libPDFNet.a: Mach-O universal binary with 3 architectures > libPDFNet.a (for architecture armv7): current ar archive random library > libPDFNet.a (for architecture i386): current ar archive random library > libPDFNet.a (for architecture cputype (12) cpusubtype (11)): current ar > archive random library > i've added the build log in the attached. i have renamed some paths/names > in it but that should not be a problem for you i believe. > > > Again, > Thanks for you fast responses. > > Costa > > On Jan 21, 2013, at 11:41 PM, Rolf Bjarne Kvinge <[email protected]> wrote: > > Hi, > > Can you run the following command: > > file /path/to/libPDFNet.a > > this will list the architectures in the file. It would also be helpful to > have the full build log. > > Rolf > > On Mon, Jan 21, 2013 at 9:03 PM, Kosta Mihajlov <[email protected]> wrote: > >> Hi, >> In our project we are using a custom binding for a pdf manipulation >> library, the previous version of the .a files works ok, but now they have >> shipped another version of the library and we have issues binding it. >> The message i get is: >> ld: file is universal (3 slices) but does not contain a(n) armv7 slice: >> /var/folders/zc/gthhsjpn6vsdx92bxhs3td4r0000gn/T/tmp163c8e48.tmp/libPDFNet.a >> for architecture armv7 >> Same happens when i make a build for a simulator. >> >> The strange thing to me is that this library works perfectly under >> an Xcode-IOS project for both device and simulator builds. >> Thanks in advance for your help. >> >> Regards, >> Costa >> >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch >> >> > > >
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
