pocketsvg/PocketSVG

Rebuild From Bit Code

tikamchandrakar18 opened this issue · 9 comments

Failed to verify bitcode in PocketSVG.framework/PocketSVG:
error: Bundle only contains bitcode-marker /var/folders/rh/qx_0gvzn6kzbqjvvbbh66t080000gn/T/IDEDistributionOptionThinning.1Wa/Payload/CutCopyPaste.app/Frameworks/PocketSVG.framework/PocketSVG (armv7)

  • PocketSVG Version: 2.0
  • Xcode Version:10.0.1
  • iOS/macOS Version:iOS

Could you please provide steps to reproduce this issue?

When we are going to create a build with click the checkbox rebuild from bit code in the organizer. that time it got failed and display

Failed to verify bitcode in PocketSVG.framework/PocketSVG:
error: Bundle only contains bitcode-marker /var/folders/rh/qx_0gvzn6kzbqjvvbbh66t080000gn/T/IDEDistributionOptionThinning.1Wa/Payload/CutCopyPaste.app/Frameworks/PocketSVG.framework/PocketSVG (armv7)

When we are going to create a build with click the checkbox rebuild from bit code in the organizer. that time it got failed and display

Could you please provide a screenshot of where that checkbox is?

It would really help if you could also provide a sample xcode project where we can reproduce the problem.

Yes please look at the screen shot.
screen shot 2018-11-30 at 9 55 21 am
screen shot 2018-11-30 at 9 56 01 am

Thanks. In order to debug this, please follow the steps in this Apple TN, section Diagnosing Bitcode and App Thinning Issues, and paste here the contents of the resulting "IDEDistribution.standard.log" file.

Thanks. I can suggest one of several things:

  • Remove PocketSVG from you project and reintegrate it again. If you're using Cocoapods, comment it out from your Podfile, run a pod install, decomment the line back in, then run a pod install.

  • If you're using Cocoapods, run a pod deintegrate then a pod install.

  • On Build Settings -> Other C flags, add -fembed-bitcode to the build configuration you're archiving. Remove -fembed-bitcode-marker if it's there.

Let me know how you get on.

Closing due to inactivity. Feel free to reopen if you have updates.