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
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