-
Notifications
You must be signed in to change notification settings - Fork 47
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
PRODUCT_NAME was misdefined #10
Comments
i'm having the same issue:
with Xcode 12.4, ruby 2.6.2, Mac OS 10.15.7 |
Hi @pantomath91 @spnkr Thanks! |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting PRODUCT_NAME was misdefined:
Sample
. Please, provide :product_name 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
The text was updated successfully, but these errors were encountered: