You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
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'.
The text was updated successfully, but these errors were encountered: