Giter Site home page Giter Site logo

Comments (6)

pom23 avatar pom23 commented on July 24, 2024

Google

from googleads-mobile-ios-examples.

 avatar commented on July 24, 2024

Hi, which example app are you seeing this error with? If you use the latest non-beta release of cocoapods, do you still see the issue?

from googleads-mobile-ios-examples.

ericleich avatar ericleich commented on July 24, 2024

Closing due to lack of a response. Please reply if this is still an issue.

from googleads-mobile-ios-examples.

karthisiva avatar karthisiva commented on July 24, 2024

We are facing this issue after checkout from SVN.

1.Run pod install
2.Commit to repository
3.Delete local repository
4.Check out repository
5.Build project
6.Get error ld: framework not found GoogleMobileAds

My pod files looks like below:

target 'MMRevanp2016' do

Uncomment this line if you're using Swift or would like to use dynamic frameworks

use_frameworks!

Pods for MMRevanp2016

pod 'libPusher', '~> 1.6.2'
pod 'Google-Mobile-Ads-SDK'
pod 'FBAudienceNetwork', '~> 4.24.0'
pod 'KeychainItemWrapper'
pod 'Vuukle', :git => 'https://github.com/vuukle/vuukle_iOS_SDK.git', :branch => 'swift_3'
pod 'ATAppUpdater'
post_install do |installer|
    installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
            config.build_settings['SWIFT_VERSION'] = '3.0'
        end
    end
end

end

from googleads-mobile-ios-examples.

ericleich avatar ericleich commented on July 24, 2024

Hmm, still sounds like a git configuration issue. Do you have anything in your .gitignore that could prevent these depenencies from submitting?

Alternatively, after step 4, try running pod install again, and then run git diff. Did anything change? If so, then what's checked out of git in step 4 doesn't match the code you had in step 2.

from googleads-mobile-ios-examples.

karthisiva avatar karthisiva commented on July 24, 2024

Thanks for the reply. The problem was unfortunately we have added "Google-Mobile-Ads-SDK" both a way using pod and manual. By removing manually added framework, its work well. We Need to do clean once after removing sdk.

from googleads-mobile-ios-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.