-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
Steps to reproduce:
tns create TestApp
tns platform add ios@next --path TestApp
tns build ios --path TestApp--copy-to ./
Result:
App is build and available at /Users/nsbuilduser/workspace/CLI-stable-tests-osx-build/TNS_App/platforms/ios/build/emulator/TNSApp.app
App is not copied to specified location.
Logs:
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /Users/nsbuilduser/workspace/CLI-stable-tests-osx-build/TNS_App/platforms/ios/build/emulator/TNSApp.app
** BUILD SUCCEEDED **
Project successfully built.
?[31;1mcp: omitting directory '/Users/nsbuilduser/workspace/CLI-stable-tests-osx-build/TNS_App/platforms/ios/build/emulator/TNSApp.app'?[0m
Failing since Dec 13, 2016
It was fine on Dec 12, 2016