Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have created an Admob Mediation extension and hosted it on Github. Its not the best extension, but it works on iOS5.

It supports:

  • Adfonic
  • Brightroll
  • Admobs
  • iAds
  • inMobi
  • Jumptap
  • MillennialMedia
  • Mobfox

However there's a problem. Mobfox & iAds doesnt work in iOS4.x. It throws the error.

: dyld: lazy symbol binding failed: Symbol not found: _objc_storeStrong

Looks like its related to ARC and I need to add -fobj-arc to compile the extension. I am not sure how its done.
Please let me know how to resolve it.

Edit:
Complete Crash Log: -

<Notice>: dyld: lazy symbol binding failed
<Notice>: : Symbol not found: _objc_storeS
<Notice>: trong
<Notice>:   Referenced from: /var/mo
<Notice>: bile/Applications/3DCD6DFC-D74D-
<Notice>: 4D05-AD43-189FB94E20E4/Mine Byte
<Notice>: .app/Mine Byte
<Notice>:   Expected in: /u
<Notice>: sr/lib/libobjc.A.dylib
<Notice>: dyld: Symbol not found: _objc_st
<Notice>: oreStrong
<Notice>:   Referenced from: /va
<Notice>: r/mobile/Applications/3DCD6DFC-D
<Notice>: 74D-4D05-AD43-189FB94E20E4/Mine
<Notice>: Byte.app/Mine Byte
<Notice>:   Expected in
<Notice>: : /usr/lib/libobjc.A.dylib
<Notice>: Formulating crash report for process Mine Byte[175]
<Warning>: (UIKitApplication:com.xx.xx[0xc788]) Job appears to have crashed: Trace/BPT trap: 5
Aug  9 16:50:03 IPod  SpringBoard[28] <Warning>: Application My App' exited abnormally with signal 5: Trace/BPT trap: 5
Aug  9 16:50:03 IPod  ReportCrash[179] <Error>: libMobileGestalt loadBasebandMobileEquipmentInfo: CommCenter error: 1:45
Aug  9 16:50:03 IPod  ReportCrash[179] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary
Aug  9 16:50:03 IPod  ReportCrash[179] <Error>: libMobileGestalt copyInternationalMobileEquipmentIdentity: Could not get mobile equipment info dictionary
Aug  9 16:50:03 IPod  ReportCrash[179] <Error>: Saved crashreport to /var/mobile/Library/Logs/CrashReporter/MyApp_2012-08-09-165002_iPod.plist using uid: 0 gid: 0, synthetic_euid: 501 egid: 0
share|improve this question
Tried posting on Marmalade forum too, but no help from there. This is the link to the forum - madewithmarmalade.com/devnet/forum/admob-mediation-ios – Creator Aug 9 '12 at 5:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.