DEV Community

Discussion on: Complete CI/CD for Flutter Apps

Collapse
 
rcsensussoft profile image
Chirag R Sensussoft • Edited

How to solve this bug, plz help me..

Run flutter build ios --no-codesign cd build/ios/iphoneos mkdir Payload cd Payload ln -s ../Runner.app cd .. zip -r app.ipa Payload
Could not find an option or flag "-s".

Run 'flutter -h' (or 'flutter -h') for available flutter commands and options.
Error: Process completed with exit code 64.