Skip to content

realmtai/simpleVLCPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simpleVLCPlayer

For OpenRadar #46373720

Make sure to replace the MobileVLCKit.framework

Summary: Generate dSYM with MobileVLCKit hangs the system

  • [Xcode 10] when project complied with custom framework, dsymutil causes run away memory pressure
  • [Xcode 9] Not a problem

- Workaround: copy <dsymutil in Xcode9> into <dsymutil in Xcode10> will resolve the problem successfully.

Path to dsymutil: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil

Steps to Reproduce:

Expected Results:

  • Finish archiving with a result

Actual Results:

  • NEVER finished archiving in a reasonable amount of time due to a hanged SYSTEM!!

Version/Build:

  • Xcode Version 10.1 (10B61)

Configuration:

  • macOS 10.14.1 (18B75)

p.s. I compiled my MobileVLCKit.framework using Xcode 9 and used the framework in Xcode 10 project.

Releases

No releases published

Packages

No packages published