Skip to content

Commit 4bbbe03

Browse files
committed
[iOS] Set ENABLE_BITCODE to NO to resolve potential build issues.
1 parent 0b78197 commit 4bbbe03

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.5
2+
3+
* [iOS] Set `ENABLE_BITCODE` to `NO` to resolve potential build issues.
4+
15
## 0.1.4
26

37
* Updated ACRCloud SDK to v1.6.2.1

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515

1616
SPEC CHECKSUMS:
1717
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
18-
flutter_acrcloud: e14db5dc29b45fa29428d1c4ef7696c3f5cb60f8
18+
flutter_acrcloud: 8dc6ee574321bc08390c1e79900aad5ef683248d
1919

2020
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
2121

ios/flutter_acrcloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ A Flutter plugin for the ACRCloud music recognition API
2222
s.library = 'stdc++'
2323

2424
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
25-
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
25+
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64', 'ENABLE_BITCODE' => 'NO' }
2626
s.swift_version = '5.0'
2727
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_acrcloud
22
description: A Flutter plugin for the ACRCloud music recognition API. This plugin provides a simple interface for using ACRCloud to recognize music from the device's microphone
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/nrubin29/flutter_acrcloud
55

66
environment:

0 commit comments

Comments
 (0)