@vadimwe 's answer is correct, and I updated my Podfile like this to edit automatically when you run pod install .
post_install do |installer|
command = <<~EOS
find . -name *frameworks.sh | tr \\n \\0 | xargs -0 sed -i -e 's/source="$(readlink "${source}")"/source="$(readlink -f "${source}")"/'
EOS
system(command)
end
Post
Replies
Boosts
Views
Activity
I have same issue.
Someone has good solution?
I added arm64 to Excluded Architecture to run app in the iOS simulator.
Like this. https://stackoverflow.com/questions/63607158/xcode-12-building-for-ios-simulator-but-linking-in-an-object-file-built-for-io
M1, macOS12.0.1, Xcode13.1
I got the error Code=3903 when I request with the discount that was already used.