xcode - Parser error While building ionic app in IOS -


i working on hybrid app. here environment details,

  • cordova cli: 5.0.0
  • ionic app lib version: 2.0.0
  • ionic cli version: 2.0.0
  • ionic app lib version: 2.0.0
  • ios-deploy version: 1.8.2
  • ios-sim version: 4.1.1
  • os: mac os x el capitan
  • node version: v0.12.7
  • xcode version: xcode 7.3
  • build version 7d175

i getting following error, when trying execute "ionic build ios"

2016-09-07 16:35:40.328 xcodebuild[10169:148374] cfpropertylistcreatefromxmldata(): old-style plist parser: missing semicolon in dictionary on line 48. parsing abandoned. break on _cfpropertylistmissingsemicolon debug.  2016-09-07 16:35:40.329 xcodebuild[10169:148374] cfpropertylistcreatefromxmldata(): old-style plist parser: missing semicolon in dictionary on line 48. parsing abandoned. break on _cfpropertylistmissingsemicolon debug.  2016-09-07 16:35:40.395 xcodebuild[10169:148374] error domain=nscocoaerrordomain code=3840 "unexpected character / @ line 1" userinfo={nsdebugdescription=unexpected character / @ line 1, kcfpropertylistoldstyleparsingerror=error domain=nscocoaerrordomain code=3840 "missing ';' on line 48" userinfo={nsdebugdescription=missing ';' on line 48}} 

i have seen related solutions this , this these solutions not working me. suggestion?

thanks in advance.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -