fastlane/docs

How to refer Jenkins workspace folder in Fastlane file for create_xcframework'

dreemz17 opened this issue · 0 comments

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'.