Coder Social home page Coder Social logo

No Such Module 'Moltin' about ios-sdk HOT 7 CLOSED

moltin avatar moltin commented on June 18, 2024
No Such Module 'Moltin'

from ios-sdk.

Comments (7)

craigtweedy avatar craigtweedy commented on June 18, 2024

Hi,

At the moment, unfortunately, we only support Swift projects. This is due to a few Swift specific language features we use from the V2 branch onwards, such as generic enums and typealias.

I'm looking into ways to support Objective-C but at the moment the use of these language features are holding us back. Replacing typealias with the underlying types should be easy enough, but replacing the generic enum needs some thought put into it. I could replace it with a boxed object, but this will affect how people interact with the data returned which is a breaking change (although maybe a necessary one).

from ios-sdk.

x697 avatar x697 commented on June 18, 2024

from ios-sdk.

x697 avatar x697 commented on June 18, 2024

from ios-sdk.

craigtweedy avatar craigtweedy commented on June 18, 2024

Hi,

I'm sorry this is obviously not ideal for you. I'm looking at this as a priority and I am currently testing a fix for this. Will get back to you ASAP with a confirmation.

from ios-sdk.

craigtweedy avatar craigtweedy commented on June 18, 2024

Hi @x697 ,

Just a quick update. I've pushed up version 3.0.5 of the Moltin pod. This corrects the majority of the issue I believe you were having, however on testing that I'm getting some issues with code signing. This is something I'm currently still looking into, but I figured I'd update you on this anyway.

In the meantime, there is a way you can work with the latest Moltin SDK separately from CocoaPods:

  • Download the 3.0.5 code directly from the master branch, or from this tag
  • Drag moltin.xcodeproj into your project.
  • Go to your targets Build Phases
  • Click the plus icon under "Link Binary With Libraries"
  • Add moltin.framework - I'm guessing you're integrating to iOS, so select moltin.framework from moltin iOS target.

I'll keep you updated as soon as I've fixed this code signing issue.

from ios-sdk.

x697 avatar x697 commented on June 18, 2024

from ios-sdk.

craigtweedy avatar craigtweedy commented on June 18, 2024

Oh! That is odd! In that case, it seems like the code signing issue is just on my side then!

I'm going to leave this issue open for a little while, and do some more testing on that side of the codebase, but in case it pops up for anyone else.

Thanks for your patience with this, I appreciate how frustrating these integration problems can be. I've already made some notes on areas we can improve to avoid these issues in the future.

from ios-sdk.

Related Issues (10)

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.