ld: framework not found Parse Xcode 7 beta

后端 未结 5 937
既然无缘
既然无缘 2020-11-30 05:57

I succeed to install and use Parse framework with my new project, but I can\'t with a \"template project\".

The template is just a Slide Menu from Appcoda

Y

5条回答
  •  被撕碎了的回忆
    2020-11-30 06:28

    None of the proposed solutions worked for me. Eventually I found that the solution was to drag the frameworks from a source folder that did not have spaces in it's name.

    E.g.

    • Dragging the frameworks from 'iOS SDKS' > did not work
    • Dragging the frameworks from 'Downloads' > worked

    It's not the first time that XCode has been shown to be problematic when working with paths that contain spaces.

提交回复
热议问题