[
https://issues.apache.org/jira/browse/CB-13247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160098#comment-16160098
]
ASF GitHub Bot commented on CB-13247:
-------------------------------------
Github user dpogue commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/727#discussion_r137936833
--- Diff: www/_posts/2017-09-08-ios-release.md ---
@@ -0,0 +1,72 @@
+---
+layout: post
+author:
+ name: Shazron Abdullah
+ url: https://twitter.com/shazron
+title: "Cordova iOS 4.5.0"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce a minor version of `Cordova iOS 4.5.0` has been
released!
+
+Three new features were added:
+1. [CB-12937](https://issues.apache.org/jira/browse/CB-12937) - Plugins
can receive `handleOpenURLWithApplicationSourceAndAnnotation:` now (new
selector, that sends the URL with additional metadata)
+2. [CB-13164](https://issues.apache.org/jira/browse/CB-13164) - Integrated
cordova-plugin-console to build in support for window.console.
+3. [CB-10916](https://issues.apache.org/jira/browse/CB-10916) - Support
[display name](/docs/en/dev/config_ref/index.html#name) for **iOS**
+
+Note that for [CB-13164](https://issues.apache.org/jira/browse/CB-13164)
if you already included `cordova-plugin-console` in your project, you must
**remove** that plugin if not your project will not build.
--- End diff --
Yeah, it ends up with duplicate symbol linker errors:
```
duplicate symbol _OBJC_CLASS_$_CDVLogger in:
/Users/me/Library/Developer/Xcode/DerivedData/Project/Build/Intermediates/ArchiveIntermediates/Project/IntermediateBuildFilesPath/Project.build/Release-iphoneos/Project.build/Objects-normal/arm64/CDVLogger.o
platforms/ios/build/device/libCordova.a(CDVLogger.o)
duplicate symbol _OBJC_METACLASS_$_CDVLogger in:
/Users/me/Library/Developer/Xcode/DerivedData/Project/Build/Intermediates/ArchiveIntermediates/Project/IntermediateBuildFilesPath/Project.build/Release-iphoneos/Project.build/Objects-normal/arm64/CDVLogger.o
platforms/ios/build/device/libCordova.a(CDVLogger.o)
ld: 2 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
```
> Cordova-iOS Platform Release Sept 6, 2017
> -----------------------------------------
>
> Key: CB-13247
> URL: https://issues.apache.org/jira/browse/CB-13247
> Project: Apache Cordova
> Issue Type: Task
> Components: cordova-ios
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
> Labels: backlog, ios-next
> Fix For: [email protected]
>
>
> Following steps at
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]