Monday, 30 September 2013

Clean IOS xcode target in command line

Clean IOS xcode target in command line

I am building/running an IOS app from command line with following commands:
xcodebuild -sdk "${TARGET_SDK}" -xcconfig "${CONFIG_FILE_PATH}"
-configuration Release
/usr/bin/xcrun -sdk "${TARGET_SDK}" PackageApplication -v
"${PROJECT_BUILD_DIR}/${APPLICATION_NAME}.app" -o
"${OUTPUT_DIR}/${APPLICATION_NAME}.ipa"
Is there any command to clean the targets. or these commands take care of
cleaning themselves.

No comments:

Post a Comment