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

When trying to archive in XCode, I get "no such file - libVasern.a" #15

Closed
dgoenka opened this issue Jan 14, 2019 · 1 comment
Closed

Comments

@dgoenka
Copy link

dgoenka commented Jan 14, 2019

I'm trying archive my React Native project in XCode which has Vasern integrated. I had followed all steps as mentioned in the guide, and had no problems while developing. But now, when I try to archive my project I keep getting an error saying "no such file or directory - /libVasern.a". Again, I can assure you that Vasern.xcodeproj is added to my Libraries and libVasern.a is added in the Build Phrases > Link Binary with Libraries.

@hieunc229
Copy link
Contributor

Hi @dgoenka, please try to delete Derived Data by go to

  1. From top menu File -> Project Settings, then click on the right arrow icon right next to the DerivedData directory
  2. Delete the folder name that matches your app bundle id. For example DerivedData/com.app.example
  3. Close xCode and restart

I ran into the issue once and the solution found this solution worked. Source: ivpusic/react-native-image-crop-picker#21 (comment)

@dgoenka dgoenka closed this as completed Jan 16, 2019
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