apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 254 forks source link

getting error while archiving swift project on Xcode 10.1 #167

Open yv2link opened 5 years ago

yv2link commented 5 years ago

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 #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 commented 5 years ago

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