Skip to content

Commit bd2de07

Browse files
authoredJan 11, 2023
Merge pull request #70 from AdaSupport/ml/Fix-Pipeline
Removing bitcode linking
2 parents cb3cc57 + 695df90 commit bd2de07

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed
 

‎AdaEmbedFramework.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,8 @@
678678
IPHONEOS_DEPLOYMENT_TARGET = 12.2;
679679
MTL_ENABLE_DEBUG_INFO = NO;
680680
MTL_FAST_MATH = YES;
681-
OTHER_CFLAGS = "-fembed-bitcode";
682-
OTHER_LDFLAGS = "-fembed-bitcode";
681+
OTHER_CFLAGS = "";
682+
OTHER_LDFLAGS = "";
683683
SDKROOT = iphoneos;
684684
SWIFT_COMPILATION_MODE = wholemodule;
685685
SWIFT_OPTIMIZATION_LEVEL = "-O";

‎fastlane/README.md

-39
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.