question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undefined symbol: Swift._ArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer<A>) -> (Swift.IndexingIterator<Swift._ArrayBuffer<A>>, Swift.Int)

See original GitHub issue

Xcode Version 12.5 (12E262)

the error happens at this point: let selectorOpenURL = sel_registerName("openURL:")

can anyone know the solution?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:9

github_iconTop GitHub Comments

6reactions
iamitkhatkarcommented, Jun 25, 2021

if someone still facing the issue then you can remove the $(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME) from the share target -> build settings -> library search path.

referenced from https://stackoverflow.com/a/67405812/6815914

5reactions
teneetocommented, May 7, 2021

@azesmway I’m also having this issue. Please can you be a bit more explicit on how you got this resolved?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Swift._ArrayBuffer._copyContents on Xcode - Stack Overflow
Now I got some hundreds of errors like ` Showing Recent Messages Undefined symbol: protocol descriptor for Swift.Encodable`. What Can I do now?...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found