Alamofire introduced by Carthage is not available

Asked 2 years ago, Updated 2 years ago, 96 views

I used the following article to introduce Alamofire in Carthage, but I get an error when building.
https://qiita.com/yutat93/items/97fe9bc2bf2e97da7ec1

The source code has been generated and is almost the same, and only Alamofire.
I also use Xcode 9.3 Swift 4.1.

import Foundation
import Alamofire

print("Hello, World!")

The error details are as follows:

Environment variable not set:FRAMEWORKS_FOLDER_PATH
Command/bin/sh failed with exit code 1

Thank you for your cooperation.

追加Additional image
Run Script Settings

We have also multi-posted this question on the following sites:If resolved, we will share the information.
https://teratail.com/questions/120086

swift xcode swift4 alamofire

2022-09-30 11:11

1 Answers

I am writing to let you know that it has been resolved.

First of all, we used cocoapods instead of linking, and we were able to deploy it without any problems.

Please refer to the link below for more information.

https://www.appcoda.com/macos-image-uploader-app/


2022-09-30 11:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.