Skip to content
Discussion options

You must be logged in to vote

It turns out my pre-build script was cleaning stuff too aggressively.
The minimal pre-build script to have the .lock files generated without a local environment is:

cd ios
rm -f Podfile.lock
pod repo update
pod install
cd ..

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
9 replies
@dtrdic
Comment options

@mattcyw
Comment options

@mattcyw
Comment options

@dtrdic
Comment options

@dtrdic
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mattcyw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants