Skip to content

Commit

Permalink
Merge pull request #210 from line/fix/xcframework-bit-code
Browse files Browse the repository at this point in the history
Explicitly disable bitcode
  • Loading branch information
onevcat authored May 22, 2024
2 parents ccfdf2c + c7009f3 commit 055d2b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ platform :ios do
workspace: "LineSDK.xcworkspace",
scheme: "LineSDK",
destinations: ['iOS'],
enable_bitcode: false,
include_debug_symbols: true,
xcframework_output_directory: output_path
)
Expand All @@ -172,6 +173,7 @@ platform :ios do
scheme: "LineSDKObjCBinary",
product_name: "LineSDKObjC",
destinations: ['iOS'],
enable_bitcode: false,
include_debug_symbols: true,
xcframework_output_directory: output_path
)
Expand Down

0 comments on commit 055d2b4

Please sign in to comment.