How to rebuild development pod changes?

后端 未结 8 610
别那么骄傲
别那么骄傲 2021-01-30 04:09

I have a development pod that I connect to the my app locally using :path => \'~/Projects/Swift/pod\'. When I make changes inside the application code in that d

8条回答
  •  走了就别回头了
    2021-01-30 04:23

    I'm working with development pods for a while, it works fine at most of the time. Changes don't take effect like you only happens a few times.

    Delete the Pods folder and reinstall might fix the problem.


    Update:

    I have to declare that my answer is not for the situation after Xcode 10. For Xcode 10, CocoaPods may not support the new build system at this time. They had fixed it https://github.com/CocoaPods/CocoaPods/issues/8073

    In my case (before Xcode 10), most of the time it works well, except few.

提交回复
热议问题