3

LinkedIn SDK for iOS still doesn't support Bitcode. When will that be available? Is there any way to workaround this issue on iOS 9?

So far I've tried to disable Bitcode support on my pbxproj file, but that is not a good solution for the whole project.

Pedro Góes
  • 722
  • 6
  • 19
  • You're best off directing your question at LInkedIn themselves. Disabling bitcode might not be ideal, but Bitcode is not a requirement yet – Columbo Sep 19 '15 at 16:04
  • @Columbo Thanks, but on their help section they suggest for all questions to be asked on Stackoverflow. https://developer.linkedin.com/support – Pedro Góes Sep 19 '15 at 16:11

2 Answers2

0

They just released a compatibility page for iOS 9: https://developer.linkedin.com/docs/ios-sdk#ios9

Really bad it doesn't have support for Bitcode yet, but that's we have for now.

Pedro Góes
  • 722
  • 6
  • 19
0

From the link provided by Pedro Góes:

Bitcode Support

Bitcode compiling for iOS 9 is supported in version 1.0.6+ of the LinkedIn Mobile SDK for iOS.

So the answer is: LinkedIn SDK supports bitcode.

EDIT:

Here is the direct download link of version 1.0.6.

I have just checked it. Bitcode is not supported in 1.0.6 as was stated.

Community
  • 1
  • 1
Dennis Pashkov
  • 934
  • 10
  • 24