How to update a framework on iOS

Asked

Viewed 57 times

1

I’m changing an app. This app uses a framework called Ushahidi which is compatible only with iOS7. I detected a change to that one thing in the framework function in the iOS8.

My doubt is how I can change the framework to correct the bug? I’m thinking about doing the fix and sending to their github, but I need to test in the app to see if it will work.

How to do this!?

  • 1

    Just like you said yourself, you can fix iOS 8 and submit a pull request on the framework’s Github, since it opens.

  • Yes Douglas, but I need to test it first to see if it’s correct. My difficulty is that on Github the files . h and . m are available, but when we download the Framework they are not.

  • Voce already tried to specify the latest version of it in Podfile?

  • Ushahidi is not a framework you add to your projects. It’s actually a ready-made app (with the framework included) that can be modified to your needs. I’ve actually given up. The process of creating a framework on iOS is very painful. I preferred to create classes and overwrite the behaviors for what I needed. Thank you anyway.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.