Skip to main content
Inspiring
February 20, 2013
Question

Strange error message when compiling an IPA ("multiple L$start$ labels found at same address in...")

  • February 20, 2013
  • 1 reply
  • 3806 views

I get this message when compiling an IPA with AIR 3.6:

ld: warning: multiple L$start$ labels found at same address in __ZN9NetStream12DispatchProcEP10NativeInfo at offset 0x06C0

Googling a bit, it seems it's an error message from this C++ class:

http://opensource.apple.com/source/ld64/ld64-133.3/src/ld/LinkEdit.hpp

So I suppose it's a bug in the AIR for iOS compiler. Any clues about why am I getting that warning message?

This topic has been closed for replies.

1 reply

Adobe Employee
February 20, 2013

This is a known "harmless" warning. You may safely ignore it.

Did your app get packaged fine?

OMA2kAuthor
Inspiring
February 20, 2013

It seems so. Thank you!