-
Notifications
You must be signed in to change notification settings - Fork 292
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
support xcode 13 #313
Comments
I'm having the same issue. Is there anything that can be done from my part to fix it? |
Update to React Native 0.65 |
is it the only solution? |
As a temporary solution, adding empty swift file in XCode worked for me. Take a look here: |
This is the actual solution for this error, This can and sometimes will happen on a fresh react native build (Even happened earlier today when debugging issues unrelated to this project). |
I've upgraded to 0.65.1 and that was the point at what this bug happened for me |
@temaput s solution worked for me. Does this file need to be present to create a working production build? |
Faced with the same problem.
Nothing happened. And I found the problem... If you upgrade your application from react-native versions <= 0.65.* you don't have a main swift patch in "LIBRARY_SEARCH_PATHS" setting. After I added : "$(SDKROOT)/usr/lib/swift" route in LIBRARY_SEARCH_PATHS array. - compiling was successful finished. PS. My package.json.
|
the same error here -_- with xcode 13. |
Sorry for the late reply, I'll upgrade to xcode 13 and try to reproduce the issue. |
Unable to reproduce this in xcode 13 with RN 0.65, build working fine for me. Not sure if it's M1 specific as I'm using intel mac.
This is already described in the setup docs. If you don't do this, build will fail. |
Closing this as this is not reproducible, and the solution presented here is already described in the setup section |
i disabled flipper facebook/react-native#31733 but app error build with xcode 13
The text was updated successfully, but these errors were encountered: