innFactory / react-native-dialogflow

A React-Native Bridge for the Google Dialogflow (API.AI) SDK
https://innfactory.de/softwareentwicklung/ui-ux/sprachsteuerung-mit-api-ai-in-einer-react-native-app/
MIT License
199 stars 63 forks source link

clang: error: no such file or directory libApiAi.a #54

Closed sibelius closed 5 years ago

sibelius commented 5 years ago

clang: error: no such file or directory: '/Users/sibelius/Library/Developer/Xcode/DerivedData/app-fqlxmqrhtgfyvwfopwgfyrnexuva/Build/Intermediates.noindex/ArchiveIntermediates/app/BuildProductsPath/Release-iphoneos/libApiAi.a'

spoeck commented 5 years ago

could you try react-native link react-native-dialogflow?

sibelius commented 5 years ago

fixed removing libApiAi.a from link, not sure why

but as we don't need the iOS bridge, it is all good