Skip to main content
Inspiring
February 15, 2019
Question

Compilation failed while executing: ld64

  • February 15, 2019
  • 2 replies
  • 2095 views

Latest build 32.0.0.103 - my app now fails to compile with:

ld: entry point (start) undefined.  Usually in crt1.o for architecture arm64

Undefined symbols for architecture armv7:

  "_OBJC_CLASS_$_NSObject", referenced from:

      _OBJC_CLASS_$_CTAppDescriptor in libRuntimeInterpreter.arm-air.a(CTContentPlayer.o)

      _OBJC_CLASS_$_ExtensionInfo in libRuntimeInterpreter.arm-air.a(CTContentPlayer.o)

      _OBJC_CLASS_$__CTPlayerTimerGlue in libRuntimeInterpreter.arm-air.a(CTPlayer.o)

      _OBJC_CLASS_$_ServiceASyncOnMainThread in libRuntimeInterpreter.arm-air.a(CTPlayer.o)

      _OBJC_CLASS_$__CTGestureState in libRuntimeInterpreter.arm-air.a(CTStageView.o)

      _OBJC_CLASS_$__CTTouchInfo in libRuntimeInterpreter.arm-air.a(CTStageView.o)

      _OBJC_CLASS_$__CTTransform in libRuntimeInterpreter.arm-air.a(CTStageView.o)

      ...

  "_OBJC_METACLASS_$_NSObject", referenced from:

      _OBJC_METACLASS_$__CTGameInputDevice in libRuntimeInterpreter.arm-air.a(CTGameInput.o)

      _OBJC_METACLASS_$__CTGameInputButton in libRuntimeInterpreter.arm-air.a(CTGameInput.o)

      _OBJC_METACLASS_$__CTGameInputAxis in libRuntimeInterpreter.arm-air.a(CTGameInput.o)

      _OBJC_METACLASS_$_CTAppDescriptor in libRuntimeInterpreter.arm-air.a(CTContentPlayer.o)

      _OBJC_METACLASS_$_ExtensionInfo in libRuntimeInterpreter.arm-air.a(CTContentPlayer.o)

      _OBJC_METACLASS_$_CTApplication in libRuntimeInterpreter.arm-air.a(CTAIRApplication.o)

      _OBJC_METACLASS_$__CTPlayerTimerGlue in libRuntimeInterpreter.arm-air.a(CTPlayer.o)

      ...

ld: symbol(s) not found for architecture armv7

Compilation failed while executing : ld64

AIR 32 from January - all was ok.

This topic has been closed for replies.

2 replies

Inspiring
February 19, 2019

The problem seems widespread so I added a bug :

Tracker

You might vote if you don"t want to buy a Mac before the Apple deadline ;-)

chundruv25180079
Adobe Employee
Adobe Employee
February 18, 2019

Hi dews,

Are you using the stubs from the latest AIRSDK ? Did you modify AIRSDK in any way ?

Please share the packaging command you are using.

Thanks.

dewsAuthor
Inspiring
February 18, 2019

Hey!

I haven't modified the SDK..  I am using a number of ANEs though.  The starling forum has a thread worth noting here - same problem reported but solutions also discussed: https://forum.starling-framework.org/topic/air-32-ios-12-issues-resolved/page/2

Will check through our ANEs and report back.

chundruv25180079
Adobe Employee
Adobe Employee
February 19, 2019

Hi ,

Please share ANE's which are causing the problem, if any. 

Also check the min iOS version of the ANEs. https://stackoverflow.com/questions/52427687/invalid-architectures-xcode-10

Thanks,

Sandeep