Ver Fonte

added Target Dependencies in Readme instead of Link Binary

Matt Duff há 11 anos atrás
pai
commit
2c971817db
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -39,7 +39,7 @@ _Due to the current lack of [proper infrastructure](http://cocoapods.org) for Sw
 3. In Xcode, navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
 4. Ensure that the deployment target of Alamofire.framework matches that of the application target.
 5. In the tab bar at the top of that window, open the "Build Phases" panel.
-6. Expand the "Link Binary with Libraries" group, and add `Alamofire.framework`.
+6. Expand the "Target Dependencies" group, and add `Alamofire.framework`.
 7. Click on the `+` button at the top left of the panel and select "New Copy Files Phase". Rename this new phase to "Copy Frameworks", set the "Destination" to "Frameworks", and add `Alamofire.framework`.
 
 ---