Bundle framework with application in XCode

前端 未结 3 1350
时光取名叫无心
时光取名叫无心 2020-12-04 20:09

I am an XCode novice. I am trying to follow these instructions. Clearly I am missing something because while I can see that the framework I want has been copied into the ap

3条回答
  •  一向
    一向 (楼主)
    2020-12-04 20:38

    You need to set the build setting "Installation directory" to @executable_path/../Frameworks

    See the chapter about Embedding a Private Framework in Your Application Bundle in https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/BPFrameworks/Tasks/CreatingFrameworks.html

    Regards

提交回复
热议问题