I am facing error now after I run tuist generate
command. The error is as below
Could not locate project at path: /Carthage/Checkouts/Alamofire
What I couldn't figure out is that, I haven't got any references to Carthage/Checkouts
directory in the Tuist settings, but why the error is related with Carthage/Checkouts
directory.
Steps I have done:
tuist edit
command, and setup the xcode project dependency settings, code snippet as belowTarget.target( name: "name", destinations: .iOS, product: .app, bundleId: "xcode.bundle.id", infoPlist: .file(path: "Info.plist"), sources: ["\appDirectory)/**"], resources: resources, headers: Headers.headers( project: [ ... ] ), entitlements: "\(appDirectory)/some.entitlements", scripts: scripts, dependencies: [ TargetDependency.xcframework(path: .relativeToRoot("Cathage/Build/AlamofireNetworkActivityIndicator.xcframework")) ], settings: appSettings )
2. save the file, and run tuist generate
3. getting error as above
No response
13.6.7
4.11.0
15.2
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too