flurry / upload-clients

MIT License
18 stars 20 forks source link

iOS Xcode Error: 0 Dsym files found in the Upload. #31

Open MeiYuLong opened 3 years ago

MeiYuLong commented 3 years ago

iOS Xcode Run Script: ./flurry_upload/upload-symbols-py3.py -c ./flurry_upload/flurry.config

I use: xcodebuild archive -workspace %s.xcworkspace -scheme %s -configuration %s tell me Error: 0 Dsym files found in the Upload. so it's the Dsym path error,Can anyone tell me how to solve it

MeiYuLong commented 3 years ago

I found the cause of the problem, Compression failed; Solve:Adjust script position to the end in Xcode Build Phases.