react-native-community / upgrade-support

A central community-backed place to request and give help when upgrading your app.
MIT License
261 stars 2 forks source link

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 chetan-sharma-newput opened 3 years ago

chetan-sharma-newput commented 3 years ago

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_FORCELOAD$_swiftUniformTypeIdentifiers Undefined symbol: swift_FORCELOAD$_swiftCoreMIDI Undefined symbol: __swift_FORCELOAD$_swiftWebKit

Screenshot 2020-12-15 at 1 32 44 PM

Reproducible demo

iamabdulhaseeb commented 3 years ago

@chetan-sharma-newput Did you solve it?

chetan-sharma-newput commented 3 years ago

@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 commented 3 years ago

@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 commented 3 years ago

Facing the same issue, any solution?

chetan-sharma-newput commented 3 years ago

Facing the same issue, any solution?

try this, I already shared what I did. https://github.com/react-native-community/upgrade-support/issues/129#issuecomment-773066981

felipecastrosales commented 1 month ago

any suggestions? I'm facing with this

vikas-finity commented 1 month ago

@chetan-sharma-newput where are these files located?