Posts

Post marked as solved
56 Replies
@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 not yet marked as solved
1 Replies
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
Post not yet marked as solved
12 Replies
I got the error Code=3903 when I request with the discount that was already used.