You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/14 14:20:09 UTC

[GitHub] [cordova-ios] shanlin2dltk opened a new issue #572: Error: Unexpected key "NSMainNibFile~ipad" while parsing

shanlin2dltk opened a new issue #572: Error: Unexpected key "NSMainNibFile~ipad" while parsing <dict/>
URL: https://github.com/apache/cordova-ios/issues/572
 
 
   ## Problem
   My app used to work fine with ios4.5.4 version, now after using the newly 5.0.0 version, the build failed with error message 'Error: Unexpected key "NSMainNibFile~ipad" while parsing <dict/>'.  The same error happens when using Cordova cli 7.1.0 and 8.1.2.  My config.xml has these plugins:
   ` <engine name="ios" spec="5.0.0" />
       <engine name="android" spec="7.1.0" />
       <plugin name="cordova-plugin-camera" spec="4.0.3">
           <variable name="CAMERA_USAGE_DESCRIPTION" value="Please allow access to the camera to take pictures to attach to your expense submissions." />
           <variable name="PHOTOLIBRARY_USAGE_DESCRIPTION" value="Please allow access to the gallery to attach receipts for your expense submissions." />
       </plugin>
       <plugin name="cordova-plugin-file" spec="6.0.1" />
       <plugin name="cordova-plugin-file-opener2" spec="2.2.0" />
       <plugin name="cordova-plugin-file-transfer" spec="1.7.1" />
       <plugin name="cordova-plugin-fingerprint-aio" spec="1.6.0">
           <variable name="FACEID_USAGE_DESCRIPTION" value="Need to access face recognition function of your device." />
       </plugin>
       <plugin name="cordova-plugin-globalization" spec="1.11.0" />
       <plugin name="cordova-plugin-inappbrowser" spec="3.0.0" />
       <plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
       <plugin name="cordova-plugin-device" spec="2.0.2" />
       <plugin name="cordova-plugin-secure-storage" spec="3.0.1" />
       <plugin name="cordova-plugin-statusbar" spec="2.4.2" />
       <plugin name="cordova-plugin-whitelist" spec="1.3.3" />
       <plugin name="cordova-plugin-wkwebview-engine" spec="1.1.4" />
       <plugin name="cordova-plugin-wkwebview-file-xhr" spec="2.1.1" />
       <plugin name="cordova-plugin-customurlscheme" spec="4.3.0">
           <variable name="URL_SCHEME" value="maconomytime" />
       </plugin>
       <plugin name="cordova-plugin-pincheck" spec="0.0.6" />
       <plugin name="cordova-plugin-app-launcher" spec="0.4.0" />`
   
   The verbose output of command `cordova build ios --device --verbose` gives:
   `Error: Unexpected key "NSMainNibFile~ipad" while parsing <dict/>.`
   
   Since the error message doesn't give details, I have no idea what could go wrong.  Can anyone shed some light on the possible causes?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org