Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dreemz17 opened this issue Oct 29, 2021 · 0 comments

Comments

@dreemz17
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant