Pod-or-Project Comparison Devpod with Project How to To generate .ipa file Usual Project cd project/ProjectSample/ bundle install bundle exec pod install fastlane build_ipa Development Pod cd pod/PodSample/ bundle install bundle exec pod install fastlane build_ipa