We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here's compilation errors ld: warning: ignoring file /tmp/strip.juXdPa, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.juXdPa ld: warning: -arch not specified ld: warning: ignoring file /tmp/strip.iq1ZV2, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.iq1ZV2
ld: warning: ignoring file /tmp/strip.juXdPa, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.juXdPa ld: warning: -arch not specified ld: warning: ignoring file /tmp/strip.iq1ZV2, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.iq1ZV2
and many of those ld: warning: -arch not specified ld: warning: ignoring file /tmp/strip.XXXXX... warnings above
ld: warning: -arch not specified ld: warning: ignoring file /tmp/strip.WdnFf4, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.WdnFf4 libtool: install: chmod 644 /Users/oleg/Dropbox/Work/libspatialite-ios/build/arm64/lib/libspatialite.a libtool: install: ranlib /Users/oleg/Dropbox/Work/libspatialite-ios/build/arm64/lib/libspatialite.a ranlib: object: /Users/oleg/Dropbox/Work/libspatialite-ios/build/arm64/lib/libspatialite.a(version.o) malformed object (string table at offset 0 with a size of 8, overlaps Mach-O headers at offset 0 with a size of 160) make[6]: *** [install-libLTLIBRARIES] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's compilation errors
ld: warning: ignoring file /tmp/strip.juXdPa, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.juXdPa ld: warning: -arch not specified ld: warning: ignoring file /tmp/strip.iq1ZV2, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.iq1ZV2
and many of those
ld: warning: -arch not specified
ld: warning: ignoring file /tmp/strip.XXXXX...
warnings above
ld: warning: -arch not specified ld: warning: ignoring file /tmp/strip.WdnFf4, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x c 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /tmp/strip.WdnFf4 libtool: install: chmod 644 /Users/oleg/Dropbox/Work/libspatialite-ios/build/arm64/lib/libspatialite.a libtool: install: ranlib /Users/oleg/Dropbox/Work/libspatialite-ios/build/arm64/lib/libspatialite.a ranlib: object: /Users/oleg/Dropbox/Work/libspatialite-ios/build/arm64/lib/libspatialite.a(version.o) malformed object (string table at offset 0 with a size of 8, overlaps Mach-O headers at offset 0 with a size of 160) make[6]: *** [install-libLTLIBRARIES] Error 1
The text was updated successfully, but these errors were encountered: