defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

iOS builds are not working after the iOS SDK upgrade #16

Closed britzl closed 2 years ago

britzl commented 2 years ago

Builds are crashing on the build server when extension-admob is included:

0  0x10bfc21cc  __assert_rtn + 123
1  0x10bfc7bec  ld::tool::OutputFile::writeAtoms(ld::Internal&, unsigned char*) (.cold.1) + 0
2  0x10bf0d739  ld::tool::OutputFile::compressedOrdinalForAtom(ld::Atom const*) const + 335
3  0x10bf118f6  ld::tool::OutputFile::addDyldInfo(ld::Internal&, ld::Internal::FinalSection*, ld::Atom const*, ld::Fixup*, ld::Fixup*, ld::Fixup*, ld::Atom const*, ld::Atom const*, unsigned long long, unsigned long long) + 1476
4  0x10bf02753  ld::tool::OutputFile::generateLinkEditInfo(ld::Internal&) + 1219
5  0x10befbe20  ld::tool::OutputFile::write(ld::Internal&) + 116
6  0x10be7a6e3  main + 774
A linker snapshot was created at:
    /tmp/dmengine-2021-09-08-063251.ld-snapshot
ld: Assertion failed: (0 && "dylib not assigned ordinal"), function compressedOrdinalForAtom, file /Library/Caches/com.apple.xbs/Sources/ld64/ld64-650.9/src/ld/OutputFile.cpp, line 4948.
clang: error: linker command failed with exit code 1 (use -v to see invocation)