Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
81 stars 30 forks source link

Could not find auto-linked libraries (swift) #18

Closed pandanr1 closed 5 years ago

pandanr1 commented 5 years ago

Environment

iOs

Describtion

If you got an error when building your ios/xcode project like this:

ld: warning: Could not find auto-linked library 'swiftFoundation'...

Solution

xCode -> Click File -> new File -> notused.swift -> Click yes when it asks for creating bridge-headers...

Jobeso commented 5 years ago

Thanks for this contribution. I added a troubleshooting section to the readme with this hint.