-
Notifications
You must be signed in to change notification settings - Fork 244
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
xcode compilation error: Showing Recent Errors Only Undefined symbol: Swift._ArrayBuffer._copyContents(initializing: ... #149
Comments
I am getting this too :( |
I also had this issue and asked about it on the Swift forums. The cause is trying to link against an older Swift runtime while targeting a newer version of the OS. |
main issue with Xcode12.5 just a simple thing download Xcode 12.0.1 and work on it |
@Larens94 check this #153 (comment) |
@jayeskarma100 How does one go about removing the LIBRARY_SEARCH_PATHS as you mentioned? |
Here it is explained how to modify LIBRARY_SEARCH_PATHS: DataDog/dd-sdk-reactnative#41 (comment) Worked great for me. |
Showing Recent Errors Only Undefined symbol: Swift._ArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer) -> (Swift.IndexingIterator<Swift._ArrayBuffer>, Swift.Int)
The text was updated successfully, but these errors were encountered: