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/04 19:30:20 UTC

[GitHub] [cordova-ios] shankari commented on issue #550: error while building the JWT pod in cordova; works directly in xcode

shankari commented on issue #550: error while building the JWT pod in cordova; works directly in xcode
URL: https://github.com/apache/cordova-ios/issues/550#issuecomment-469389038
 
 
   ok wait a bit, now that I see the diffs more carefully, the path is subtly different between the cli and xcode. There is an extra `Pods` in the path from the CLI. 
   
   ```
   --I/Users/shankari/e-mission/e-mission-base/platforms/ios/Pods/Pods/Headers/Public/Base64
   +-I/Users/shankari/e-mission/e-mission-base/platforms/ios/Pods/Headers/Public/Base64
   ```
   
   and `platforms/ios/Pods/` exists but `platforms/ios/Pods/Pods` does not
   
   ```
   $ ls -l platforms/ios/Pods | grep Pods
   drwxr-xr-x   2 shankari  649427843    64 Feb 25 16:55 Local Podspecs
   drwxr-xr-x@  4 shankari  649427843   128 Feb 25 17:44 Pods.xcodeproj
   ```
   
   This implies that none of the pods should work, maybe the build fails after the first error?
   

----------------------------------------------------------------
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