Library? Static? Dynamic? Or Framework? Project inside another project

后端 未结 3 1935
一生所求
一生所求 2020-11-22 10:13

I have an existing iOS app and want to add a large chunk of code that I\'ve been developing as another project just for ease of testing. The new chunk basically deals with s

3条回答
  •  北恋
    北恋 (楼主)
    2020-11-22 11:01

    You can also create .podspec file for CocoaPods( http://guides.cocoapods.org/making/private-cocoapods.html#1.-create-a-private-spec-repo ) and use it like any other pod with the only difference that it's your private pod and is not visible to outside world(I'm not sure what will happen if your pod should create CoreData model, but that's not the case, as I understand).

提交回复
热议问题