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.
We have also multi-posted this question on the following sites:If resolved, we will share the information.
https://teratail.com/questions/120086
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/
572 Understanding How to Configure Google API Key
886 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
567 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
599 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.