[GitHub] erisu edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
erisu edited a comment on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414905458
 
 
   @dpogue The beta issue was something different.
   
   In one of my environments that builds for iOS with CocoaPods, I had also 
seen the CocoaPods issue. In that environment, I had also completely removed 
the the `xcconfig` flag. Apps continued to build successfully for iOS with 
CocoaPods after this change.
   
   Since the `xcconfig` is applied for entire project's workspace, during code 
signing step, it tries to signing the libraries that were imported by 
CocoaPods. This caused the build to error.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] erisu edited a comment on issue #394: cocoapods cordova build ios fails with linker issues (works pefectly in Xcode UI)

2018-08-21 Thread GitBox
erisu edited a comment on issue #394: cocoapods cordova build ios fails with 
linker issues (works pefectly in Xcode UI)
URL: https://github.com/apache/cordova-ios/issues/394#issuecomment-414905458
 
 
   @dpogue The beta issue was something different.
   
   In one of my environment which builds iOS apps with CocoaPods, I have also 
seen the CocoaPods issue. In that environment, I completely removed the 
`xcconfig` flag so that the iOS apps with CocoaPods will pass during build.
   
   Since the `xcconfig` is applied for entire project's workspace, during code 
signing step, it tries to signing the libraries that were imported by 
CocoaPods. This caused the build to error.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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