-
Notifications
You must be signed in to change notification settings - Fork 4
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
Getting Error while building XcFramework #3
Comments
Hi! Thanks for bug reporting. Please answer several questions:
|
|
I am adding a Sample Project also alongside this issue. To run the Framework command try this -
The issue will reproduce when you add the React Bridge Dependency. If you remove the React Bridge then it will work fine. |
The issue is fixed in 1.0.3, please try it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much for making a great package. It helps me avoid Objective-C code while implementing the React Native Modules. Please help me solve this error, I am getting this error while building the XcFramework in iOS.
error: The package product 'SwiftSyntaxMacros' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ReactBridgeMacros' from project 'ReactBridge')
error: The package product 'SwiftCompilerPlugin' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0 (in target 'ReactBridgeMacros' from project 'ReactBridge')
The text was updated successfully, but these errors were encountered: