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 2020/07/15 11:10:39 UTC

[GitHub] [cordova-plugin-file-transfer] akshukla07 opened a new issue #261: Build fails for cordova-ios 6.1.0 with this plugin

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


   # Bug Report
   Unable to create build after updating to cordova-ios 6.1.0
   
   ## Problem
   After updating to cordova-ios 6.1.0, I added the ios platform and tried created build with `ionic cordova build ios` command. This gives the following error:
   
   `warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'APPNAME' from project 'APPNAME')
   
   ** ARCHIVE FAILED **
   
   
   The following build commands failed:
   	CompileC /Users/akhilesh/Library/Developer/Xcode/DerivedData/APPNAME-bjbhutjdzzhywsgeqawthgfleslm/Build/Intermediates.noindex/ArchiveIntermediates/APPNAME/IntermediateBuildFilesPath/APPNAME.build/Debug-iphoneos/APPNAME.build/Objects-normal/arm64/CDVFileTransfer.o /Users/akhilesh/github/app-folder/platforms/ios/APPNAME/Plugins/cordova-plugin-file-transfer/CDVFileTransfer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
   (1 failure)
   xcodebuild: Command failed with exit code 65
   [ERROR] An error occurred while running subprocess cordova.
           
           cordova build ios exited with exit code 65`
   
   ### What is expected to happen?
   The build process should complete without errors. When I remove this plugin, the app builds successfully.
   
   
   ### What does actually happen?
   The build process throws error and exits.
   
   `warning: Could not read serialized diagnostics file: Cannot Load File: Failed to open diagnostics file (in target 'APPNAME' from project 'APPNAME')
   
   ** ARCHIVE FAILED **
   
   
   The following build commands failed:
   	CompileC /Users/akhilesh/Library/Developer/Xcode/DerivedData/APPNAME-bjbhutjdzzhywsgeqawthgfleslm/Build/Intermediates.noindex/ArchiveIntermediates/APPNAME/IntermediateBuildFilesPath/APPNAME.build/Debug-iphoneos/APPNAME.build/Objects-normal/arm64/CDVFileTransfer.o /Users/akhilesh/github/app-folder/platforms/ios/APPNAME/Plugins/cordova-plugin-file-transfer/CDVFileTransfer.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
   (1 failure)
   xcodebuild: Command failed with exit code 65
   [ERROR] An error occurred while running subprocess cordova.
           
           cordova build ios exited with exit code 65`
   
   ## Information
   The build process works fine if I remove the plugin. The issue only arises when this plugin is added.
   
   ### Command or Code
   - Create an ionic 3 project.
   - Add cordova-plugin-file-transfer: `ionic cordova plugin add cordova-plugin-file-transfer`
   - Add cordova-ios@6.1.0: `ionic cordova platform add ios@6.1.0`
   - Create build: `ionic cordova build ios`
   
   ### Environment, Platform, Device
   Environment: Mac OS Catalina v10.15.5 (19F101) on MacBook Pro (Retina, 15-inch, Early 2013)
   Platform: iOS 11.0 and above
   Device: Creating build for iPhone 
   
   
   ### Version information
   Ionic:
   
      Ionic CLI          : 5.4.16
      Ionic Framework    : ionic-angular 3.9.2
      @ionic/app-scripts : 3.2.4
   
   Cordova:
   
      Cordova CLI       : 8.1.2 (cordova-lib@8.1.1)
      Cordova Platforms : android 8.1.0, ios 6.1.0
      Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 25 other plugins)
   
   Utility:
   
      cordova-res (update available: 0.15.1) : 0.10.0
      native-run (update available: 1.0.0)   : 0.2.9
   
   System:
   
      Android SDK Tools : 26.1.1 (/Users/akhilesh/Library/Android/sdk)
      ios-deploy        : 1.9.4
      ios-sim           : 8.0.2
      NodeJS            : v10.16.3 (/usr/local/Cellar/node@10/10.16.3/bin/node)
      npm               : 6.9.0
      OS                : macOS Catalina
      Xcode             : Xcode 11.5 Build version 11E608c
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [ ] 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.

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] Fourie-r commented on issue #261: Build fails for cordova-ios 6.1.0 with this plugin

Posted by GitBox <gi...@apache.org>.
Fourie-r commented on issue #261:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/261#issuecomment-1082771215


   Is this going to be released, i am still having troubles building for ios@6.2.0 ?


-- 
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] gidhin commented on issue #261: Build fails for cordova-ios 6.1.0 with this plugin

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


   So what is the solution for the file transfer plugin any other alternate plugin for file transfer?


-- 
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] sushibear commented on issue #261: Build fails for cordova-ios 6.1.0 with this plugin

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


   The plugin is deprecated.. 
   
   check this blog post:
   [https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html](https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html
   )


-- 
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] timbru31 commented on issue #261: Build fails for cordova-ios 6.1.0 with this plugin

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


   Duplicate of #258. Please note that this plugin is deprecated since 2017 and it's unlikely to receive a new update. 


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



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


[GitHub] [cordova-plugin-file-transfer] timbru31 closed issue #261: Build fails for cordova-ios 6.1.0 with this plugin

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #261:
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/261


   


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



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


[GitHub] [cordova-plugin-file-transfer] breautek commented on issue #261: Build fails for cordova-ios 6.1.0 with this plugin

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


   > The plugin is deprecated..
   > 
   > check this blog post: https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html
   
   The file transfer actually has became un-deprecated but we haven't build a new release for it **yet**, so the current release is still the deprecated release. This plugin release is being blocked by some dependency, particularly the `cordova-plugin-file` plugin, which has failing tests.
   
   The master branch of this plugin does have many issues resolved regarding usage on cordova-ios@6.


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