Skip to content
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

I am Facing Undefined symbol: __swift_FORCE_LOAD_$_swiftUniformTypeIdentifiers Undefined symbol: __swift_FORCE_LOAD_$_swiftCoreMIDI Undefined symbol: __swift_FORCE_LOAD_$_swiftWebKit while tring to build project from xcode #129

Open
1 task done
chetan-sharma-newput opened this issue Dec 15, 2020 · 5 comments

Comments

@chetan-sharma-newput
Copy link

chetan-sharma-newput commented Dec 15, 2020

Environment

Things I’ve done to figure out my issue

I have tried all the solutions provided by google but no luck. I created a swift file. but while creating a swift file I noticed Xcode is not asking me to create a bridging header, it directly creates the swift file. I thought this may be the issue. but again no luck. So help me out I am upgrading my project 0.61.x to 0.63.3.

0.63.3

Description

I am facing issues while trying to build my project with Xcode 12.2. I upgraded my project's react-native version from 0.61 to 0.63. Now I am unable to build my project and facing these issues.

Undefined symbol: _swift_FORCE_LOAD$_swiftUniformTypeIdentifiers
Undefined symbol: _swift_FORCE_LOAD$_swiftCoreMIDI
Undefined symbol: _swift_FORCE_LOAD$_swiftWebKit

Screenshot 2020-12-15 at 1 32 44 PM

Reproducible demo

@iamabdulhaseeb
Copy link

@chetan-sharma-newput Did you solve it?

@chetan-sharma-newput
Copy link
Author

@chetan-sharma-newput Did you solve it?
Yeah, In my case I was having two .swift files when I deleted both (the old one and the new one) and created only a new one (File.swift). My problem gets solved.

@eramudeep
Copy link

@chetan-sharma-newput Did you solve it?
Yeah, In my case I was having two .swift files when I deleted both (the old one and the new one) and created only a new one (File.swift). My problem gets solved.

Yes, this worked for me as well

@musabgulfam
Copy link

Facing the same issue, any solution?

@chetan-sharma-newput
Copy link
Author

Facing the same issue, any solution?

try this, I already shared what I did.
#129 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants