iosobjective-carm7

GoogleAdd framework failed in ARM7?


I am using google enter image description here

Framework search path i gave the proper search path for this library.

but while build i am getting this error:

enter image description here

Where i did mistake please help me?


Solution

  • You need to add essential frameworks also like

    AdSupport
    
    AudioToolbox
    
    AVFoundation
    
    CoreGraphics
    
    CoreMedia
    
    CoreTelephony
    
    EventKit
    
    EventKitUI
    
    MessageUI
    
    StoreKit
    
    SystemConfiguration
    

    Its described here