Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Itunes connect has changed to invalid binary
    检查各种违规API,然后移除Reveal

  2.   Invalid Bundle. The bundle at 'today.appex' contains disallowed file 'Frameworks'.

    在today中用了pod,然后多了Frameworks空文件,移除.

    Code Block
    cd "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/"
    if [[ -d "Frameworks" ]]; then 
        rm -fr Frameworks
    fi
  3. [Transporter Error Output]: Could not start delivery: all transports failed diagnostics
    https://github.com/fastlane-old/deliver/issues/235

    Code Block
    ENV["DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS"] = "-t DAV"
    pilot(
      ...
    )
  4. 3
  5. 3to be continue