Editing locked files from a CocoaPods framework

前端 未结 3 517
[愿得一人]
[愿得一人] 2020-12-16 10:13

I have an Xcode workspace that uses CocoaPods to include several third-party frameworks. I would like to edit a line of source code within one of these dependencies. However

3条回答
  •  天命终不由人
    2020-12-16 11:01

    In fact there is another way in which you can modify the library as per your custom needs and get future updates from the library, all while still maintaining it via cocoapods

    I have written article/tutorial explaining the same.

    https://medium.com/@mihirpmehta/how-to-modify-cocoapods-library-within-pods-647d2bf7e1cb

提交回复
热议问题