|
@@ -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.
|
|
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.
|
|
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.
|
|
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`.
|
|
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`.
|
|
|
|
|
|
|
|
---
|
|
---
|