Swift frameworks do not work with build configurations named other than 'Debug' or 'Release': No such module

前端 未结 4 575
感动是毒
感动是毒 2020-12-23 09:08

Whenever I try to use a build configuration named other than \'Debug\' or \'Release\', Xcode suddenly cannot find my Swift frameworks. The configurations are the exact same

4条回答
  •  误落风尘
    2020-12-23 09:37

    I had this issue as well and fixed it by adding the same configuration names to the included Alamofire project.

    My build schemes in my main project:

    And the build schemes inside the Alamofire project:

    Note: Also, make sure your iOS deployment target is the same in both projects.

提交回复
热议问题