Changing an imported library using cocoapods

后端 未结 6 844
不知归路
不知归路 2021-02-03 22:52

I am working on a project using cocoapods and suddenly I see myself doing some changes in one of the libraries. How can I ensure that those changes will never be override by a <

6条回答
  •  醉梦人生
    2021-02-03 22:59

    There is an another way exist where you can fork the repository , modify the changes and maintain the library through cocoapods for future bug fixes and feature enhancement .....

    I have recently published tutorial for the same here https://medium.com/@mihirpmehta/how-to-modify-cocoapods-library-within-pods-647d2bf7e1cb

提交回复
热议问题