Skip to content

Commit

Permalink
fix: fix lib name build by xcodebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dabing1022 committed Jan 14, 2021
1 parent 4d439a4 commit 15f4924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def build_static_library_for_ios(output)

# if is_debug_model
libs = (ios_architectures + ios_architectures_sim) .map do |arch|
library = "build-#{arch}/lib#{target_name}.a"
library = "build-#{arch}/lib#{@spec.name}.a"
library
end
# else
Expand Down

0 comments on commit 15f4924

Please sign in to comment.