Bitcode support - App Submission issue

Hi There,

I am trying to submit my app and I need to enable bitcode support.
My issue is that I am using several libraries and a few require bitcode support.
I see from looking through previous support emails that it should have been fixed in 2015.
Any chance you could let me know a podspec that has bitcode enabled?

Thanks,

Al

We’ve had bitcode in our framework for a looooooong time now, so I’m a bit surprised I have to say. Just tested with 4.8.0, and a project with bitcode enabled, and it compiled just fine for me.

Hi There,

Just to be clear I’m talking about the Indoor location API for iOS the main library is fine.


From the github page: 4. Go to “Build Settings”, find “Other Linker Flags” and add -lc++. Additionally, set Enable Bitcode to NO.
If you set Bitcode to YES the project will not build.

Thanks,

Al

Oh, Indoor! (: Yea, we don’t have Bitcode enabled for the Indoor SDK, I’ll check if we can change that.