How to refer Jenkins workspace folder in Fastlane file for create_xcframework'
Open
- Dominant language
- HTML
- Stars
- 338
- Forks
- 580
- Avg merge
- 6d 1h
- Merged PRs (30d)
- 3
Description
In Fastlane file, running create_xcframework command to bundle libraries.
How to refer to derived data folder which is inside the Jenkins workspace like http://jenkinsXXXX/job/XXXX/74/execution/node/3/ws/derivedData/Build/Products/Debug-iphoneos/
Getting error when mentioned like this create_xcframework(libraries:[ './derivedData/Build/Products/Debug-iphoneos/X.a','./derivedData/Build/Products/Debug-iphonesimulator/X.a' ], output: './X.xcframework')
Error: You passed invalid parameters to 'create_xcframework'. Could find path './derivedData/Build/Products/Debug-iphoneos/X.a'.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.