Git Product home page Git Product logo

Comments (5)

michael-patzer avatar michael-patzer commented on June 21, 2024

@denver91 Thanks for opening this issue. Can you provide me with more information to help me troubleshoot the issue?

  • What version of Xcode are you running?
  • What's your iOS Deployment Target? Deployment Info > Target > iOS version
  • Are you opening the .xcworkspace rather than the .xcodeproj?
  • Can you post the contents of your Podfile? Please redact any private information.

from mailchimp-sdk-ios.

denver91 avatar denver91 commented on June 21, 2024
  • My deployment target is iOS 12. Xcode version is 11.5.
  • Yes I tried .xcworkspace
  • I tried on clean swift project as well as my own project. So there is only MailchimpSDK pod in my pod file. So it is not related to my podfile.
  • I did pod deintegrate but it did not work. As I told, I tried other new pods that I did not added before to see if it is my problem but it is not.

from mailchimp-sdk-ios.

michael-patzer avatar michael-patzer commented on June 21, 2024

Hi @denver91,

I'm not certain this will help, but I updated our Podspec to the latest (v1.0) on https://cocoapods.org/pods/MailchimpSDK

To test Cocoapods integration, I created a new blank Swift project on Xcode 11.6, with a deployment target of iOS 12. Here is my Podfile:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'IntegrateMailchimpSDK' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for IntegrateMailchimpSDK
  pod 'MailchimpSDK'

end

Installation was successful:

$ pod install
Analyzing dependencies
Downloading dependencies
Installing MailchimpSDK (1.0)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `IntegrateMailchimpSDK.xcworkspace` for this project from now on.
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

Building was also successful:
Screen Shot 2020-07-28 at 2 31 30 PM

Can you let me know if running pod install --repo-update solves your issue? If not, could you upload a .zip of the clean Swift project you created that is causing the framework not found error above?

Sorry for the frustration. I'll do my best to help you troubleshoot. We appreciate you being an early adopter.

from mailchimp-sdk-ios.

github-actions avatar github-actions commented on June 21, 2024

This issue is being marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

from mailchimp-sdk-ios.

viraj avatar viraj commented on June 21, 2024

Hi I had the same issue as @denver91

  • My deployment target is iOS 13. Xcode version is 12.0
  • #platform :ios, '13.0'

Tried @michael-patzer solution as well but no luck.
So I tried with SPM - Option 3

from mailchimp-sdk-ios.

Related Issues (15)

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.