Skip to content

Commit

Permalink
Updates to reproduce Undefined symbols bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kalub92 committed May 20, 2024
1 parent 5751a15 commit 44cf9ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
11 changes: 8 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (3.0.6)
CFPropertyList (3.0.7)
base64
nkf
rexml
activesupport (7.1.2)
base64
Expand Down Expand Up @@ -91,13 +93,15 @@ GEM
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nkf (0.2.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-nav (1.0.0)
pry (>= 0.9.10, < 0.15)
public_suffix (4.0.7)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -113,11 +117,12 @@ GEM
rspec-support (3.12.1)
ruby-macho (2.5.1)
ruby2_keywords (0.0.5)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.23.0)
xcodeproj (1.24.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
Expand Down
10 changes: 3 additions & 7 deletions examples/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ config_cocoapods_spm(
def spm_pods
spm_pkg "SamplePackageA",
:git => "https://github.com/kalub92/SamplePackageA.git",
:branch => "withHyphenatedDependency",
:linking => {
:linker_flags => ["-ld_classic"]
}
:branch => "withHyphenatedDependency"
end

abstract_target 'Example' do

spm_pods

target "EX" do
pod "Logger", :path => "LocalPods/Logger"
# pod "Services", :path => "LocalPods/Services"
Expand All @@ -49,9 +48,6 @@ abstract_target 'Example' do
end

target "EXTests" do

spm_pods

pod "TestKit", :path => "LocalPods/TestKit"
end

Expand Down
2 changes: 1 addition & 1 deletion examples/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: dummy-checksum-to-prevent-merge-conflicts

COCOAPODS: 1.15.2
COCOAPODS: 1.14.3

0 comments on commit 44cf9ee

Please sign in to comment.