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/11/24 23:12:03 UTC

[GitHub] [cordova-ios] joneill87 opened a new issue #724: Build fails with multiple "Redefinition of Module" errors

joneill87 opened a new issue #724: Build fails with multiple "Redefinition of Module" errors
URL: https://github.com/apache/cordova-ios/issues/724
 
 
   # Bug Report
   When trying to build a cordova-ios project for any ios device simulators, the build fails with multiple "Redefinition of Module" errors.
   
   ## Problem
   The conflict seems to be stemming from two files, *macOS 10.15/usr/include/module.modulemap* and *Simulator - iOS 13.2/usr/include/module.modulemap*. I'm guessing that the macOS 10.15 modulemap shouldn't be included, but I can't see where it's being included in the project.
   
   ### What is expected to happen?
   Building a new cordova-ios project should complete successfully.
   
   
   ### What does actually happen?
   Build failure with multiple errors (see screenshot)
   <img width="1406" alt="Screenshot 2019-11-24 at 23 00 43" src="https://user-images.githubusercontent.com/3017896/69503117-8398a800-0f0e-11ea-8451-d08ee68b824a.png">
   
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   Cordova , cordova-ios and Xcode have all been freshly installed at the latest versions
   
   Steps to recreate -
   Create a new project
   Add cordova-ios
   Open the xcodeproj file and set codesigning identity
   Build against iPhone 11 Pro Max (or any other iOS simulator)
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   `cordova create test com.test.cordova test`
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   `% cordova --version
   9.0.0 (cordova-lib@9.0.1)`
   
   `% cordova platform ls
   Installed platforms:
     ios 5.0.1`
   
   Xcode Version 11.2.1 (11B500)
   
   Build Target: any iOS simulator
   
   Mac OS Catalina 10.15.1
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   See above
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [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.
 
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