core plot: latest 1.6 version doesn't contain bitcode

whyoz

I'm getting an error after upgrading to Xcode 7 and iOS 9 sdk.

libCorePlot-CocoaTouch.a(CPTPlot.o)' does not contain bitcode. 
You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated 
library from the vendor, or disable bitcode for this target. for architecture armv7

Is there a plan for core plot to contain bitcode? I did try disabling bitcode by going to my target > Build Options > Enable Bitcode by setting that to "No." The app did run, but now watchOS requires bitcode, and I would guess future Apple products/OS will follow.

Eric Skroch

Release 2.0 should be out soon. It will be built with Xcode and include bitcode. In the meantime, you can build your own library from the code on Github. Build the "Universal Library" target to build the static library. You can use the master branch to get the 1.x API or the release-2.0 branch to get the new 2.0 features and API.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

core plot: latest 1.6 version doesn't contain bitcode

From Dev

"pod update" doesn't update to latest version

From Dev

Deployment Package doesn't contain all latest files

From Dev

Why Ubuntu doesn't upgrade to the latest version of GnuPG?

From Dev

Closure compiler command line doesn't seem to work with latest version

From Dev

Updating cocoapods to latest version doesn't do anything

From Dev

Why doesn't the latest version of angular support global controller functions?

From Dev

iframe tag doesn't work in latest version of Ionic

From Dev

Why Ubuntu doesn't upgrade to the latest version of GnuPG?

From Dev

rubygems.org doesn't switch to the latest gem version

From Dev

Why doesn't Perl use latest version by default?

From Dev

Update Manager doesn't show the latest version for upgrade

From Dev

Ubuntu Studio 17.04 - apt doesn't see the latest version of qbittorrent

From Dev

Fabric doesn't update my latest build version

From Dev

Why doesn't the latest Ubuntu edition come with the latest stable Linux kernel version?

From Dev

Why doesn't the latest Ubuntu edition come with the latest stable Linux kernel version?

From Dev

To find the value on X axis corresponding to an arbitrary value of Y that doesn't contain in the list used to plot the data in python

From Dev

To find the value on X axis corresponding to an arbitrary value of Y that doesn't contain in the list used to plot the data in python

From Dev

Doesn't contain a definition for GetFromLocationAsync

From Dev

Doesn't contain regex in elasticsearch

From Dev

Doesn't contain regex in elasticsearch

From Dev

bower install angular-touch doesn't give me latest version

From Dev

Pip doesn't install latest available version from pypi (argparse in this case)

From Dev

Any reason why ng-repeat-start doesn't work despite using the latest angularJS version?

From Dev

Why doesn't adding the Kubuntu backports ppa allow me to get the latest KDE version?

From Dev

apt-get install doesn't install latest version of Owncloud Client

From Dev

Pip doesn't install latest available version from pypi (argparse in this case)

From Dev

Why doesn't gcc or build-essential install the latest version of GCC (9 as of today) on Ubuntu 18.04 LTS?

From Dev

R version doesn't support quartz graphic device - RStudio won't plot

Related Related

  1. 1

    core plot: latest 1.6 version doesn't contain bitcode

  2. 2

    "pod update" doesn't update to latest version

  3. 3

    Deployment Package doesn't contain all latest files

  4. 4

    Why Ubuntu doesn't upgrade to the latest version of GnuPG?

  5. 5

    Closure compiler command line doesn't seem to work with latest version

  6. 6

    Updating cocoapods to latest version doesn't do anything

  7. 7

    Why doesn't the latest version of angular support global controller functions?

  8. 8

    iframe tag doesn't work in latest version of Ionic

  9. 9

    Why Ubuntu doesn't upgrade to the latest version of GnuPG?

  10. 10

    rubygems.org doesn't switch to the latest gem version

  11. 11

    Why doesn't Perl use latest version by default?

  12. 12

    Update Manager doesn't show the latest version for upgrade

  13. 13

    Ubuntu Studio 17.04 - apt doesn't see the latest version of qbittorrent

  14. 14

    Fabric doesn't update my latest build version

  15. 15

    Why doesn't the latest Ubuntu edition come with the latest stable Linux kernel version?

  16. 16

    Why doesn't the latest Ubuntu edition come with the latest stable Linux kernel version?

  17. 17

    To find the value on X axis corresponding to an arbitrary value of Y that doesn't contain in the list used to plot the data in python

  18. 18

    To find the value on X axis corresponding to an arbitrary value of Y that doesn't contain in the list used to plot the data in python

  19. 19

    Doesn't contain a definition for GetFromLocationAsync

  20. 20

    Doesn't contain regex in elasticsearch

  21. 21

    Doesn't contain regex in elasticsearch

  22. 22

    bower install angular-touch doesn't give me latest version

  23. 23

    Pip doesn't install latest available version from pypi (argparse in this case)

  24. 24

    Any reason why ng-repeat-start doesn't work despite using the latest angularJS version?

  25. 25

    Why doesn't adding the Kubuntu backports ppa allow me to get the latest KDE version?

  26. 26

    apt-get install doesn't install latest version of Owncloud Client

  27. 27

    Pip doesn't install latest available version from pypi (argparse in this case)

  28. 28

    Why doesn't gcc or build-essential install the latest version of GCC (9 as of today) on Ubuntu 18.04 LTS?

  29. 29

    R version doesn't support quartz graphic device - RStudio won't plot

HotTag

Archive