0

私は iOS 開発は初めてなので、質問を説明するために使用する用語についてはご容赦ください。

私のプロジェクトアーキテクチャは、次のように複数のプロジェクトの複数のワークスペースがあるようなものです

MyProjectModelWS
          -> BaseModelProject
               -> IMyMainProtocol
                    -> SomeMethod
          ->DerivedModelProject - References BaseModelProject
               ->MySampleClass Implements IMyMainProtocol
                    -> SomeMethod //Implementation goes here
MyProjectControllerWS
          ->MyControllerProject - References BaseModelProject and DerivedModelProject
               ->ControllerClass - this class uses methods of BaseModelProject and DerivedModelProject

各ワークスペースに各プロジェクトのフレームワークを作成し、相対パスに公開したいと考えています。次に、必要に応じてそれらを別のプロジェクトで使用したいと考えています。

これをどのように管理すればよいか提案してください。ありがとう

4

0 に答える 0