[
https://issues.apache.org/jira/browse/CB-13824?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16336912#comment-16336912
]
ASF GitHub Bot commented on CB-13824:
-------------------------------------
codecov-io commented on issue #353: CB-13824: (ios) Swift 4 support
URL: https://github.com/apache/cordova-ios/pull/353#issuecomment-360022254
# [Codecov](https://codecov.io/gh/apache/cordova-ios/pull/353?src=pr&el=h1)
Report
> Merging
[#353](https://codecov.io/gh/apache/cordova-ios/pull/353?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/cordova-ios/commit/2e51796fa6d4acf5fecd17fe08bdfb1224761b8f?src=pr&el=desc)
will **not change** coverage.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/cordova-ios/pull/353?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #353 +/- ##
=======================================
Coverage 63.45% 63.45%
=======================================
Files 14 14
Lines 1691 1691
Branches 284 284
=======================================
Hits 1073 1073
Misses 618 618
```
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/cordova-ios/pull/353?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/cordova-ios/pull/353?src=pr&el=footer).
Last update
[2e51796...8a743ae](https://codecov.io/gh/apache/cordova-ios/pull/353?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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:
[email protected]
> (Swift 4) Plugin class not found
> ---------------------------------
>
> Key: CB-13824
> URL: https://issues.apache.org/jira/browse/CB-13824
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-ios, cordova-osx
> Reporter: Alberto Lalama
> Assignee: Tobias Bocanegra
> Priority: Minor
>
> After upgrading to Xcode 9.2 (Swift 4), some plugins were not found. Plugin
> method execution fails with the following message: "CDVPlugin class X
> (pluginName: Y) does not exist".
> Closer inspection reveals that NSClassFromString returns nil for plugins
> implemented in Swift. Prefixing the class with the module name fixes the
> issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]