Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akofman/cordova-plugin-disable-bitcode
Cordova plugin to disable bitcode in iOS build settings
https://github.com/akofman/cordova-plugin-disable-bitcode
cordova cordova-plugin
Last synced: 13 days ago
JSON representation
Cordova plugin to disable bitcode in iOS build settings
- Host: GitHub
- URL: https://github.com/akofman/cordova-plugin-disable-bitcode
- Owner: akofman
- Created: 2015-10-29T14:17:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T16:30:22.000Z (over 5 years ago)
- Last Synced: 2023-12-26T02:05:10.946Z (almost 1 year ago)
- Topics: cordova, cordova-plugin
- Language: JavaScript
- Homepage:
- Size: 758 KB
- Stars: 20
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordova-plugin-disable-bitcode
> [Cordova plugin](https://www.npmjs.com/package/cordova-plugin-disable-bitcode) to disable bitcode in iOS build settings.
> Why this plugin ?
Bitcode is not supported in every Cordova plugins and if you're using one of these, you will get something like the following error :
```
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 arm64 clang: error: linker command failed with exit code 1
```> :warning: It's not a solution to disable this setting but a workaround waiting for all your plugins updates.
> :warning: This plugin should also work with legacy Cordova versions, if it's not the case please do not hesitate to create an issue :)
## Installation
`cordova plugin add cordova-plugin-disable-bitcode --save`## License
Apache-2.0 © [Alexis Kofman](http://twitter.com/alexiskofman)