Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • VLCKit VLCKit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 114
    • Issues 114
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLANVideoLAN
  • VLCKitVLCKit
  • Merge requests
  • !227

[3.0] build script: Fix error with Xcode 14 compilation not generating bitcode symbols map for tvOS

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Maxime Chapelet requested to merge umxprime/VLCKit:umxprime/build-system/3.0/fix-tvos-bitcode-symbol-map-folder-error into 3.0 Oct 28, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Given we built TVVLCKIt using buildMobileVLCKit.sh -vdtf and Xcode 14 / tvOS 16 SDK, bitcode symbols map weren't generated in the archive hence the build script failed :

** ARCHIVE SUCCEEDED **

+ dsymfolder=/Users/umxprime/code/videolan/VLCKit-3.0/build/TVVLCKit-appletvos.xcarchive/dSYMs/TVVLCKit.framework.dSYM
+ bcsymbolmapfolder=/Users/umxprime/code/videolan/VLCKit-3.0/build/TVVLCKit-appletvos.xcarchive/BCSymbolMaps
+ spushd /Users/umxprime/code/videolan/VLCKit-3.0/build/TVVLCKit-appletvos.xcarchive/BCSymbolMaps
+ pushd /Users/umxprime/code/videolan/VLCKit-3.0/build/TVVLCKit-appletvos.xcarchive/BCSymbolMaps
buildMobileVLCKit.sh: line 185: pushd: /Users/umxprime/code/videolan/VLCKit-3.0/build/TVVLCKit-appletvos.xcarchive/BCSymbolMaps: No such file or directory

This patch is an attempt to fix it while preserving the eventual support of symbols map when built with older toolchains.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: umxprime/build-system/3.0/fix-tvos-bitcode-symbol-map-folder-error

VideoLAN code repository instance