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 2021/10/18 14:38:23 UTC

[GitHub] [cordova-plugin-file-transfer] rolinger opened a new issue #319: IPHONEOS_DEPLOYMENT_TARGET set to 8.0

rolinger opened a new issue #319:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/319


   Installing `cordova-plugin-file-downloader` installs the following plugins, in this order
   
   cordova-plugin-file 6.0.2 "File"
   cordova-plugin-file-md5 0.3.3 "MD5 Checksum"
   cordova-plugin-file-transfer 1.7.1 "File Transfer"
   cordova-plugin-network-information 3.0.0 "Network Information"
   cordova-plugin-zip 3.1.0 "cordova-plugin-zip"
   cordova-plugin-file-downloader 0.4.0 "Downloader"
   
   During CLI build: `ionic cordova build ios` - I get the following error specifically on the `cordova-plugin-file-transfer` plugin.  
   
   ```
   warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target 'GoogleSignIn' from project 'Pods')
   ** ARCHIVE FAILED **
   
   The following build commands failed:
   	CompileC /Users/rpo/Library/Developer/Xcode/DerivedData/MyCoolApp-cznpcyycbfuwvvdmoufvkdvbzdan/Build/Intermediates.noindex/ArchiveIntermediates/MyCoolApp/IntermediateBuildFilesPath/MyCoolApp.build/Debug-iphoneos/MyCoolApp.build/Objects-normal/arm64/CDVFileTransfer.o /Users/rpo/dev/MyCoolApp_4.0.0/platforms/ios/MyCoolApp/Plugins/cordova-plugin-file-transfer/CDVFileTransfer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
   (1 failure)
   ```
   
   As I am certain everyone is already aware, with Cordova 10/Cordova-iOS@6.x - **the minimum deployment target supported is iOS 11.**
   
   I backed out all 6 plugins and installed them 1 at a time (in the same order) and doing a build after each plugin install to pinpoint which one was causing the error.  After manually installing the `cordova-plugin-file-transfer` plugin, and performing the build, the same error caused the build to fail again.
   
   I don't see anyone else reporting this error so I am hoping there is an easy fix for it.
   
   ### Version information
   ```
   Ionic:
   
      Ionic CLI         : 6.17.1 (/Users/rpo/.nvm/versions/node/v14.18.1/lib/node_modules/@ionic/cli)
      Ionic Framework   : ionic1 1.3.4
      @ionic/v1-toolkit : 3.2.15
   
   Cordova:
   
      Cordova CLI       : 10.0.0 (cordova-lib@10.1.0)
      Cordova Platforms : ios 6.2.0
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 19 other plugins)
   
   Utility:
   
      cordova-res : 0.15.3
      native-run  : 1.5.0
   
   System:
   
      ios-deploy : 1.11.4
      ios-sim    : 8.0.2
      NodeJS     : v14.18.1 (/Users/rpo/.nvm/versions/node/v14.18.1/bin/node)
      npm        : 6.14.15
      OS         : macOS Big Sur
      Xcode      : Xcode 12.1 Build version 12A7403
   
   ```
   
   ## Checklist
   
   - [x ] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   


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

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file-transfer] sibin90 commented on issue #319: IPHONEOS_DEPLOYMENT_TARGET set to 8.0

Posted by GitBox <gi...@apache.org>.
sibin90 commented on issue #319:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/319#issuecomment-953685772


   @rolinger Did you get any solution for this problem?. I also got the same issue in my app with cordova 10 and cordova-ios 6.2.0.
   
   `Plugins/cordova-plugin-file-transfer/CDVFileTransfer.m` normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler`


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

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file-transfer] sibin90 edited a comment on issue #319: IPHONEOS_DEPLOYMENT_TARGET set to 8.0

Posted by GitBox <gi...@apache.org>.
sibin90 edited a comment on issue #319:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/319#issuecomment-953685772


   @rolinger Did you get any solution for this problem?. I also got the same issue in my app with cordova 10 and cordova-ios 6.2.0.
   
   `Plugins/cordova-plugin-file-transfer/CDVFileTransfer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler`


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

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [cordova-plugin-file-transfer] rolinger commented on issue #319: IPHONEOS_DEPLOYMENT_TARGET set to 8.0

Posted by GitBox <gi...@apache.org>.
rolinger commented on issue #319:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/319#issuecomment-953814922


   @sibin90 - I did resolve it.  As stated in the OP, I was installing the plugin `cordova-plugin-file-downloader` which requires several dependencies.  So I backed out that main plugin and then installed each of the dependencies (in the same order) and when I got to this `cordova-plugin-file-transfer-plugin` I loaded the dev version:
   
   `cordova-plugin-file-transfer 2.0.0-dev "File Transfer"`
   
   I found a mention of it in another thread and gave it a shot...and it worked.  I think its the next rev of this plugin but isn't officially released yet.  This plugin dropped support for a few years with no new development as most were relying on another method to transfer files, but that method had issues with large files (and most files these days are large) so people started abandoning the new method and came back to this plugin - so the development on it began to pick back up again.


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

To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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