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/09/22 20:59:52 UTC

[GitHub] [cordova-ios] Skorpeo opened a new issue #672: Can't build carthage

Skorpeo opened a new issue #672: Can't build carthage
URL: https://github.com/apache/cordova-ios/issues/672
 
 
   # Bug Report
   
   ## Problem
   I am following instructions on embedding webview in carthage: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/webview.html
   
   
   I get error dyld: Library not loaded: /Library/Frameworks/Cordova.framework/Cordova
    Referenced from:....
    Reason: image not found
   
   
   ### What is expected to happen?
   It should build
   
   
   ### What does actually happen?
   
   I get error dyld: Library not loaded: /Library/Frameworks/Cordova.framework/Cordova
    Referenced from:....
    Reason: image not found
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   Following carthage instructions from readme: https://github.com/Carthage/Carthage#getting-started
   
   Cartfile: github "apache/cordova-ios" == 5.0.0
   input.xcfilelist: $(SRCROOT)/Carthage/Build/iOS/Cordova.framework
   output.xcfilelist: $(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/Cordova.framework
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   Xcode 10.1
   Cordova 5.0.0
   Carthage 0.33.0
   
   Tried both new and legacy build system
   ## 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