Software Archive
Read-only legacy content
17061 토론

built failed

wang_m_
새로운 기여자 I
9,745 조회수

The log as below:

Wrote out iOS Bundle Version to "0.0.5"
Copying icon from .../lotnews/images/ip_60.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60.png
cp: no such file or directory: .../lotnews/images/ip_60.png

Copying icon from .../lotnews/images/ipr_120.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60@2x.png
cp: no such file or directory: .../lotnews/images/ipr_120.png

Copying icon from .../lotnews/images/i6p_180.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60@3x.png
cp: no such file or directory: .../lotnews/images/i6p_180.png

Copying icon from .../lotnews/images/ipadm_76.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-76.png
cp: no such file or directory: .../lotnews/images/ipadm_76.png

Copying icon from .../lotnews/images/ipad_152.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-76@2x.png
cp: no such file or directory: .../lotnews/images/ipad_152.png

Copying icon from .../lotnews/img/29_29.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-small.png
cp: no such file or directory: .../lotnews/img/29_29.png

Copying icon from .../lotnews/img/58_58.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-small@2x.png
cp: no such file or directory: .../lotnews/img/58_58.png

Copying icon from .../lotnews/img/40_40.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-40.png
cp: no such file or directory: .../lotnews/img/40_40.png

Copying icon from .../lotnews/img/80_80.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-40@2x.png
cp: no such file or directory: .../lotnews/img/80_80.png

Copying icon from .../lotnews/img/57_57.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon.png
cp: no such file or directory: .../lotnews/img/57_57.png

Copying icon from .../lotnews/img/72_72.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-72.png
cp: no such file or directory: .../lotnews/img/72_72.png

Copying splash from .../lotnews/images/s320_480.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default~iphone.png
cp: no such file or directory: .../lotnews/images/s320_480.png

Copying splash from .../lotnews/images/s640_960.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default@2x~iphone.png
cp: no such file or directory: .../lotnews/images/s640_960.png

Copying splash from .../lotnews/images/s640_1136.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-568h@2x~iphone.png
cp: no such file or directory: .../lotnews/images/s640_1136.png

Copying splash from .../lotnews/images/s750_1334.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-667h.png
cp: no such file or directory: .../lotnews/images/s750_1334.png

Copying splash from .../lotnews/images/s1242_2208.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-736h.png
cp: no such file or directory: .../lotnews/images/s1242_2208.png

Copying splash from .../lotnews/images/Default-Landscape@3x.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-Landscape-736h.png
cp: no such file or directory: .../lotnews/images/Default-Landscape@3x.png

Wrote out iOS Product Name and updated XCode project file names from "lotnews" to "乐途网".
************* Processing the main config.xml file (after_prepare)  *****************
App Directory = [.../lotnews]
Will process and update the following config files:
    Config.xml = [.../lotnews/config.xml]
Namespaces:
    prefix/uri ''/'http://www.w3.org/ns/widgets'
    prefix/uri 'intelxdk'/'http://xdk.intel.com/ns/v1'
Name of the app is [乐途网]
Updating full app name to [乐途网]
Processing preference permissions
Updating the versionCode
Setting [CFBundleVersion] to 1.0.2
Updating the versionName
Setting [CFBundleShortVersionString] to 0.0.5
Processing debuggable
Processing config file values
Image height/width = 180/180
Copied image file icon-60@3x
The build failed.
An error occurred while building the application. Verify your build assets are correct and try again.
You can view the log of the iOS build here
Build Log:
  • Building a Cordova 4.1.2 application.
  • The application name is "lotnews"
  • The package name is "com.lotnt.newsapp"
  • Will use the provisioning profile for "adhoc"
  • Plugin "org.apache.cordova.splashscreen" (0.3.5) installed.
  • Plugin "com.intel.xdk.device" (1.0.9) installed.
  • Plugin "org.apache.cordova.device" (0.2.13) installed.
  • Plugin "com.intel.xdk.player" (1.0.0) installed.
  • Plugin "com.cordova.background-audio" (1.0.0) installed.
  • Plugin "de.appplant.cordova.plugin.hidden-statusbar-overlay" (1.2.0) installed.
  • Plugin "org.apache.cordova.console" (0.2.13) installed.
  • Plugin "com.intel.xdk.audio" (1.0.0) installed.
  • Plugin "org.apache.cordova.vibration" (0.3.12) installed.
  • Plugin "org.apache.cordova.dialogs" (0.2.11) installed.
  • Plugin "com.phonegap.plugins.PushPlugin" (2.4.0) installed.
  • Plugin "org.apache.cordova.geolocation" (0.3.11) installed.
  • Targeting iOS version 8.0.
  • Copied i6p_180.png (180x180) image file to icon-60@3x
  • An unexpected error occured while attempting to build the application.

Why the path was set to lotnews/images and lotnews/img ,that should be lotnews/www/images ,and I tried to copy the two images folder to lotnews/ but still build failed . 

Thanks for your help

0 포인트
1 솔루션
wang_m_
새로운 기여자 I
9,754 조회수

Thank you John ,I removed all icon and splash tags from intelxdk.config.additions.xml ,and then it build successfully

My trouble is from the pictures :(

원본 게시물의 솔루션 보기

0 포인트
38 응답
wang_m_
새로운 기여자 I
5,752 조회수
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.A0UxNe.pl/org.apache.cordova.splashscreen"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.A0UxNe.pl/org.apache.cordova.splashscreen" => ".../lotnews/plugins/org.apache.cordova.splashscreen"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.splashscreen" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.splashscreen" for ios
Install start for "org.apache.cordova.splashscreen" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.splashscreen on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.L5vaIV.pl/com.intel.xdk.device"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.L5vaIV.pl/com.intel.xdk.device" => ".../lotnews/plugins/com.intel.xdk.device"
Calling plugman.install on plugin ".../lotnews/plugins/com.intel.xdk.device" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.intel.xdk.device" for ios
Install start for "com.intel.xdk.device" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen', 'com.intel.xdk.device' ]
Writing out cordova_plugins.js...
Install complete for com.intel.xdk.device on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.AVssfF.pl/org.apache.cordova.device"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.AVssfF.pl/org.apache.cordova.device" => ".../lotnews/plugins/org.apache.cordova.device"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.device" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.device" for ios
Install start for "org.apache.cordova.device" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.device on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.Lg46Uc.pl/com.intel.xdk.player"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.Lg46Uc.pl/com.intel.xdk.player" => ".../lotnews/plugins/com.intel.xdk.player"
Calling plugman.install on plugin ".../lotnews/plugins/com.intel.xdk.player" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.intel.xdk.player" for ios
Install start for "com.intel.xdk.player" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player' ]
Writing out cordova_plugins.js...
Install complete for com.intel.xdk.player on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.NCIB8u.pl/com.cordova.background-audio"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.NCIB8u.pl/com.cordova.background-audio" => ".../lotnews/plugins/com.cordova.background-audio"
Calling plugman.install on plugin ".../lotnews/plugins/com.cordova.background-audio" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.cordova.background-audio" for ios
Install start for "com.cordova.background-audio" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio' ]
Writing out cordova_plugins.js...
Install complete for com.cordova.background-audio on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.seYjtZ.pl/de.appplant.cordova.plugin.hidden-statusbar-overlay"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.seYjtZ.pl/de.appplant.cordova.plugin.hidden-statusbar-overlay" => ".../lotnews/plugins/de.appplant.cordova.plugin.hidden-statusbar-overlay"
Calling plugman.install on plugin ".../lotnews/plugins/de.appplant.cordova.plugin.hidden-statusbar-overlay" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "de.appplant.cordova.plugin.hidden-statusbar-overlay" for ios
Install start for "de.appplant.cordova.plugin.hidden-statusbar-overlay" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay' ]
Writing out cordova_plugins.js...
Install complete for de.appplant.cordova.plugin.hidden-statusbar-overlay on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.PXuc17.pl/org.apache.cordova.console"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.PXuc17.pl/org.apache.cordova.console" => ".../lotnews/plugins/org.apache.cordova.console"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.console" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.console" for ios
Install start for "org.apache.cordova.console" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.console on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.SFLbhg.pl/com.intel.xdk.audio"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.SFLbhg.pl/com.intel.xdk.audio" => ".../lotnews/plugins/com.intel.xdk.audio"
Calling plugman.install on plugin ".../lotnews/plugins/com.intel.xdk.audio" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.intel.xdk.audio" for ios
Install start for "com.intel.xdk.audio" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio' ]
Writing out cordova_plugins.js...
Install complete for com.intel.xdk.audio on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.LlMuFq.pl/org.apache.cordova.vibration"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.LlMuFq.pl/org.apache.cordova.vibration" => ".../lotnews/plugins/org.apache.cordova.vibration"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.vibration" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.vibration" for ios
Install start for "org.apache.cordova.vibration" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.vibration on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.6E1Wef.pl/org.apache.cordova.dialogs"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.6E1Wef.pl/org.apache.cordova.dialogs" => ".../lotnews/plugins/org.apache.cordova.dialogs"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.dialogs" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.dialogs" for ios
Install start for "org.apache.cordova.dialogs" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.dialogs on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.L58_dX.pl/com.phonegap.plugins.PushPlugin"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.L58_dX.pl/com.phonegap.plugins.PushPlugin" => ".../lotnews/plugins/com.phonegap.plugins.PushPlugin"
Calling plugman.install on plugin ".../lotnews/plugins/com.phonegap.plugins.PushPlugin" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.phonegap.plugins.PushPlugin" for ios
Install start for "com.phonegap.plugins.PushPlugin" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs',
  'com.phonegap.plugins.PushPlugin' ]
Writing out cordova_plugins.js...
Install complete for com.phonegap.plugins.PushPlugin on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.Taht8c.pl/org.apache.cordova.geolocation"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.Taht8c.pl/org.apache.cordova.geolocation" => ".../lotnews/plugins/org.apache.cordova.geolocation"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.geolocation" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.geolocation" for ios
Install start for "org.apache.cordova.geolocation" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs',
  'com.phonegap.plugins.PushPlugin',
  'org.apache.cordova.geolocation' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.geolocation on ios.
Generating config.xml from defaults for platform "ios"
Calling plugman.prepare for platform "ios"
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs',
  'com.phonegap.plugins.PushPlugin',
  'org.apache.cordova.geolocation' ]
Writing out cordova_plugins.js...
Wrote out iOS Bundle Identifier to "com.lotnt.newsapp"
Wrote out iOS Bundle Version to "0.0.5"
Copying icon from .../lotnews/www/images/ip_60.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60.png
Copying icon from .../lotnews/www/images/ipr_120.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60@2x.png
Copying icon from .../lotnews/www/images/i6p_180.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60@3x.png
Copying icon from .../lotnews/www/images/ipadm_76.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-76.png
Copying icon from .../lotnews/www/images/ipad_152.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-76@2x.png
Copying icon from .../lotnews/www/img/29_29.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-small.png
Copying icon from .../lotnews/www/img/58_58.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-small@2x.png
Copying icon from .../lotnews/www/img/40_40.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-40.png
Copying icon from .../lotnews/www/img/80_80.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-40@2x.png
Copying icon from .../lotnews/www/img/57_57.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon.png
Copying icon from .../lotnews/www/img/72_72.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-72.png
Copying splash from .../lotnews/www/images/s320_480.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default~iphone.png
Copying splash from .../lotnews/www/images/s640_960.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default@2x~iphone.png
Copying splash from .../lotnews/www/images/s640_1136.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-568h@2x~iphone.png
Copying splash from .../lotnews/www/images/s750_1334.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-667h.png
Copying splash from .../lotnews/www/images/s1242_2208.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-736h.png
Copying splash from .../lotnews/www/images/il2208_1242.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-Landscape-736h.png
Wrote out iOS Product Name and updated XCode project file names from "lotnews" to "乐途网".
************* Processing the main config.xml file (after_prepare)  *****************
App Directory = [.../lotnews]
Will process and update the following config files:
    Config.xml = [.../lotnews/config.xml]
Namespaces:
    prefix/uri ''/'http://www.w3.org/ns/widgets'
    prefix/uri 'intelxdk'/'http://xdk.intel.com/ns/v1'
Name of the app is [乐途网]
Updating full app name to [乐途网]
Processing preference Orientation [portrait]
Processing preference permissions
Updating the versionCode
Setting [CFBundleVersion] to 1.0.2
Updating the versionName
Setting [CFBundleShortVersionString] to 0.0.5
Processing debuggable
Processing config file values
Image height/width = 180/180
0 포인트
Amrita_C_Intel
5,752 조회수

Did you follow procedure for creating certificate file?

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

Sure this app built fine two days before, it suddenly display build fail , I tried all backup successfully built and all failed ,it seems something wrong with path on build sever

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.A0UxNe.pl/org.apache.cordova.splashscreen"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.A0UxNe.pl/org.apache.cordova.splashscreen" => ".../lotnews/plugins/org.apache.cordova.splashscreen"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.splashscreen" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.splashscreen" for ios
Install start for "org.apache.cordova.splashscreen" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.splashscreen on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.L5vaIV.pl/com.intel.xdk.device"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.L5vaIV.pl/com.intel.xdk.device" => ".../lotnews/plugins/com.intel.xdk.device"
Calling plugman.install on plugin ".../lotnews/plugins/com.intel.xdk.device" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.intel.xdk.device" for ios
Install start for "com.intel.xdk.device" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen', 'com.intel.xdk.device' ]
Writing out cordova_plugins.js...
Install complete for com.intel.xdk.device on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.AVssfF.pl/org.apache.cordova.device"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.AVssfF.pl/org.apache.cordova.device" => ".../lotnews/plugins/org.apache.cordova.device"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.device" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.device" for ios
Install start for "org.apache.cordova.device" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.device on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.Lg46Uc.pl/com.intel.xdk.player"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.Lg46Uc.pl/com.intel.xdk.player" => ".../lotnews/plugins/com.intel.xdk.player"
Calling plugman.install on plugin ".../lotnews/plugins/com.intel.xdk.player" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.intel.xdk.player" for ios
Install start for "com.intel.xdk.player" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player' ]
Writing out cordova_plugins.js...
Install complete for com.intel.xdk.player on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.NCIB8u.pl/com.cordova.background-audio"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.NCIB8u.pl/com.cordova.background-audio" => ".../lotnews/plugins/com.cordova.background-audio"
Calling plugman.install on plugin ".../lotnews/plugins/com.cordova.background-audio" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.cordova.background-audio" for ios
Install start for "com.cordova.background-audio" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio' ]
Writing out cordova_plugins.js...
Install complete for com.cordova.background-audio on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.seYjtZ.pl/de.appplant.cordova.plugin.hidden-statusbar-overlay"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.seYjtZ.pl/de.appplant.cordova.plugin.hidden-statusbar-overlay" => ".../lotnews/plugins/de.appplant.cordova.plugin.hidden-statusbar-overlay"
Calling plugman.install on plugin ".../lotnews/plugins/de.appplant.cordova.plugin.hidden-statusbar-overlay" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "de.appplant.cordova.plugin.hidden-statusbar-overlay" for ios
Install start for "de.appplant.cordova.plugin.hidden-statusbar-overlay" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay' ]
Writing out cordova_plugins.js...
Install complete for de.appplant.cordova.plugin.hidden-statusbar-overlay on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.PXuc17.pl/org.apache.cordova.console"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.PXuc17.pl/org.apache.cordova.console" => ".../lotnews/plugins/org.apache.cordova.console"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.console" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.console" for ios
Install start for "org.apache.cordova.console" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.console on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.SFLbhg.pl/com.intel.xdk.audio"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.SFLbhg.pl/com.intel.xdk.audio" => ".../lotnews/plugins/com.intel.xdk.audio"
Calling plugman.install on plugin ".../lotnews/plugins/com.intel.xdk.audio" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.intel.xdk.audio" for ios
Install start for "com.intel.xdk.audio" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio' ]
Writing out cordova_plugins.js...
Install complete for com.intel.xdk.audio on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.LlMuFq.pl/org.apache.cordova.vibration"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.LlMuFq.pl/org.apache.cordova.vibration" => ".../lotnews/plugins/org.apache.cordova.vibration"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.vibration" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.vibration" for ios
Install start for "org.apache.cordova.vibration" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.vibration on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.6E1Wef.pl/org.apache.cordova.dialogs"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.6E1Wef.pl/org.apache.cordova.dialogs" => ".../lotnews/plugins/org.apache.cordova.dialogs"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.dialogs" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.dialogs" for ios
Install start for "org.apache.cordova.dialogs" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.dialogs on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.L58_dX.pl/com.phonegap.plugins.PushPlugin"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.L58_dX.pl/com.phonegap.plugins.PushPlugin" => ".../lotnews/plugins/com.phonegap.plugins.PushPlugin"
Calling plugman.install on plugin ".../lotnews/plugins/com.phonegap.plugins.PushPlugin" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "com.phonegap.plugins.PushPlugin" for ios
Install start for "com.phonegap.plugins.PushPlugin" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs',
  'com.phonegap.plugins.PushPlugin' ]
Writing out cordova_plugins.js...
Install complete for com.phonegap.plugins.PushPlugin on ios.
Calling plugman.fetch on plugin ".../cachedPlugins.EqonzK.tmp/cache.Taht8c.pl/org.apache.cordova.geolocation"
Copying plugin ".../cachedPlugins.EqonzK.tmp/cache.Taht8c.pl/org.apache.cordova.geolocation" => ".../lotnews/plugins/org.apache.cordova.geolocation"
Calling plugman.install on plugin ".../lotnews/plugins/org.apache.cordova.geolocation" for platform "ios" with options "{"cli_variables":{},"browserify":false,"nohooks":["."]}"
Installing "org.apache.cordova.geolocation" for ios
Install start for "org.apache.cordova.geolocation" on ios.
Beginning processing of action stack for ios project...
Parsing ios project files...
Action stack processing complete.
Running command: .../lotnews/platforms/ios/cordova/version 
Command finished with error code 0: .../lotnews/platforms/ios/cordova/version 
Writing out ios project files...
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs',
  'com.phonegap.plugins.PushPlugin',
  'org.apache.cordova.geolocation' ]
Writing out cordova_plugins.js...
Install complete for org.apache.cordova.geolocation on ios.
Generating config.xml from defaults for platform "ios"
Calling plugman.prepare for platform "ios"
Preparing ios project
Processing configuration changes for plugins.
Iterating over installed plugins: [ 'org.apache.cordova.splashscreen',
  'com.intel.xdk.device',
  'org.apache.cordova.device',
  'com.intel.xdk.player',
  'com.cordova.background-audio',
  'de.appplant.cordova.plugin.hidden-statusbar-overlay',
  'org.apache.cordova.console',
  'com.intel.xdk.audio',
  'org.apache.cordova.vibration',
  'org.apache.cordova.dialogs',
  'com.phonegap.plugins.PushPlugin',
  'org.apache.cordova.geolocation' ]
Writing out cordova_plugins.js...
Wrote out iOS Bundle Identifier to "com.lotnt.newsapp"
Wrote out iOS Bundle Version to "0.0.5"
Copying icon from .../lotnews/www/images/ip_60.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60.png
Copying icon from .../lotnews/www/images/ipr_120.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60@2x.png
Copying icon from .../lotnews/www/images/i6p_180.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-60@3x.png
Copying icon from .../lotnews/www/images/ipadm_76.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-76.png
Copying icon from .../lotnews/www/images/ipad_152.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-76@2x.png
Copying icon from .../lotnews/www/img/29_29.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-small.png
Copying icon from .../lotnews/www/img/58_58.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-small@2x.png
Copying icon from .../lotnews/www/img/40_40.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-40.png
Copying icon from .../lotnews/www/img/80_80.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-40@2x.png
Copying icon from .../lotnews/www/img/57_57.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon.png
Copying icon from .../lotnews/www/img/72_72.png to .../lotnews/platforms/ios/lotnews/Resources/icons/icon-72.png
Copying splash from .../lotnews/www/images/s320_480.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default~iphone.png
Copying splash from .../lotnews/www/images/s640_960.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default@2x~iphone.png
Copying splash from .../lotnews/www/images/s640_1136.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-568h@2x~iphone.png
Copying splash from .../lotnews/www/images/s750_1334.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-667h.png
Copying splash from .../lotnews/www/images/s1242_2208.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-736h.png
Copying splash from .../lotnews/www/images/il2208_1242.png to .../lotnews/platforms/ios/lotnews/Resources/splash/Default-Landscape-736h.png
Wrote out iOS Product Name and updated XCode project file names from "lotnews" to "乐途网".
************* Processing the main config.xml file (after_prepare)  *****************
App Directory = [.../lotnews]
Will process and update the following config files:
    Config.xml = [.../lotnews/config.xml]
Namespaces:
    prefix/uri ''/'http://www.w3.org/ns/widgets'
    prefix/uri 'intelxdk'/'http://xdk.intel.com/ns/v1'
Name of the app is [乐途网]
Updating full app name to [乐途网]
Processing preference Orientation [portrait]
Processing preference permissions
Updating the versionCode
Setting [CFBundleVersion] to 1.0.2
Updating the versionName
Setting [CFBundleShortVersionString] to 0.0.5
Processing debuggable
Processing config file values
Image height/width = 180/180
0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

I removed all thrid-party plugins ,but still failed , there is not any error hints in log

0 포인트
Anusha_M_Intel1
5,752 조회수

Hi Wang,

You said your build succeeded with no issues two days ago. I am assuming no changes have been made to the project settings since then? Are you able to successfully test it on device and emulator?

Common reasons for build failures include:

  • Your App ID specified in the project settings do not match the one you specified in Apple's developer portal.
  • The provisioning profile does not match the cert you uploaded. Double check with Apple's developer site that you are using the correct and current distribution cert and that the provisioning profile is still active. Download the provisioning profile again and add it to your project to confirm.
  • In Project Build Settings, your App Name is invalid. It should be modified to include only alpha, space and numbers.
0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

Hi Muthiah

Thanks for your reply, my issue solved ,the App Name is invalid, my app name was chinese words, I replaced it with english now, everything is okay,

By the way , how can I use chinese words as app name, that app is for chinese ppl though

 

0 포인트
PaulF_IntelCorp
5,752 조회수

@wang -- the responsible engineer said there are some things in the Cordova build system that prevent certain characters from being used. He's been trying to fix that, but it appears that there may be more work to do. Would you be able to attach a file that contains the original name of your app in Chinese characters so we could use that as a test? Pasting the name into the thread will lose the Chinese characters, so I need you to attach a file that contains the name (such as a Wordpad or Word doc or something else that will retain the Chinese characters).

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

Paul Fischer (Intel) wrote:

@wang -- the responsible engineer said there are some things in the Cordova build system that prevent certain characters from being used. He's been trying to fix that, but it appears that there may be more work to do. Would you be able to attach a file that contains the original name of your app in Chinese characters so we could use that as a test? Pasting the name into the thread will lose the Chinese characters, so I need you to attach a file that contains the name (such as a Wordpad or Word doc or something else that will retain the Chinese characters).

Hi Fischer

will do

 

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

word version

0 포인트
PaulF_IntelCorp
5,752 조회수

Thank you, I'll forward these to the engineer in charge.

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

You are welcome wish you can fix it soon :)

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

when can you fix this issue? I can not upload the app with an english name :(

0 포인트
PaulF_IntelCorp
5,752 조회수

I believe the engineer has fixed the issue. Please try and report back.

0 포인트
wang_m_
새로운 기여자 I
5,752 조회수

Paul Fischer (Intel) wrote:

I believe the engineer has fixed the issue. Please try and report back.

I tried but no luck ,

0 포인트
Leon_B_
초급자
5,752 조회수

try to create a new provision profile

it worked for me

0 포인트
PaulF_IntelCorp
5,753 조회수

I'm double-checking with the engineer in charge for an update.

0 포인트
wang_m_
새로운 기여자 I
5,753 조회수

Leon B. wrote:

try to create a new provision profile

it worked for me

Thanks for your reply

I created a new provision profile without changing certifcation and app id, but still the same result

0 포인트
wang_m_
새로운 기여자 I
5,753 조회수

Will this issue be fixed? 

I still can not build app  with chinese characters name :(

0 포인트
PaulF_IntelCorp
5,669 조회수

The word is that this has been fixed, but since it is still failing for you there may be something else going on. Can you provide me with a small sample app that causes the failure. ZIP the entire project directory and attach it to this thread.

0 포인트
응답