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

getting error while archiving swift project on Xcode 10.1 #167

Open
yv2link opened this issue Mar 12, 2019 · 1 comment
Open

getting error while archiving swift project on Xcode 10.1 #167

yv2link opened this issue Mar 12, 2019 · 1 comment

Comments

@yv2link
Copy link

yv2link commented Mar 12, 2019

Hi,

After upgrading to Xcode 10.1 I manage to build my app from Xcode to physical machine. When I try to archive project with SearchTextField it fails with the following message.

  1. While running pass Keyboard handling #1 SILModuleTransform "PerformanceSILLinker".
  2. While deserializing SIL vtable for 'SearchTextField' in module 'SearchTextField'
    error: Abort trap: 6

has anyone encountered that? Is there a workaround?
Thank you so so much

@professorbk
Copy link

I have the exact problem. Solved by following this 😄
"go to Build settings an choose compilation mode 'Whole Module' instead of 'Incremental'"

https://forums.developer.apple.com/thread/107097

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

No branches or pull requests

2 participants