Open pantomath91 opened 3 years ago
i'm having the same issue:
desc "Export xcframework"
lane :export_xcframework do
create_xcframework(
workspace: '../Library.xcworkspace',
scheme: 'LIFX',
destinations: ['iOS'],
xcframework_output_directory: 'Releases/xcframeworks'
)
end
with Xcode 12.4, ruby 2.6.2, Mac OS 10.15.7
Hi @pantomath91 @spnkr Could you please share a skeleton/demo app that showcases your problems?
Thanks! I must've overlook this issue. Sorry for late response
Just moved my CI to a new machine and reproduce it again. Not sure but seems like it works occasionally, maybe it somehow related to clearing derived data
Getting _PRODUCT_NAME was misdefined:
Sample
. Please, provide :productname option error, even through providing the product_name option externallycreate_xcframework( workspace: "Myapp.xcworkspace", scheme: "Myapp-Universal", product_name: 'Myapp', # optional if scheme doesnt match the name of your framework destinations: ['iOS'], xcframework_output_directory: '../../bin' )
Stack