Bitcode Error.
Posted: 04 Jan 2016 00:39
Hi Devs
I need help...
I've compiled the latest version 2.7 of libTVVLCKit with success.
Now I need to add framework to my project.
After i use "lips" to merge the build simulator lib and release lib versions.
My command (this is the better way ...i think)
.a
When Finish the code works great on simulator and on the Apple TV.
Final step is archiving my project, to upload it on Apple Store.
This process give me a Bitcode error.
How can I solve it?
There's a way to enabled it?
I've try another way without success:
Add the "MobileVLCKit.xcodeproj" to my Project, but when i compile it, Xcode don't found the libTVVLCKit.a
Please can you give me a complete example, because one month ago this process works great and I publish my app on the store without problem.
Please help me.
Thank you.
P
I need help...
I've compiled the latest version 2.7 of libTVVLCKit with success.
Now I need to add framework to my project.
After i use "lips" to merge the build simulator lib and release lib versions.
My command (this is the better way ...i think)
Code: Select all
lipo -create Debug-appletvos/libTVVLCKit.a Debug-appletvsimulator/libTVVLCKit.a -o libTVVLCKit
When Finish the code works great on simulator and on the Apple TV.
Final step is archiving my project, to upload it on Apple Store.
This process give me a Bitcode error.
How can I solve it?
There's a way to enabled it?
I've try another way without success:
Add the "MobileVLCKit.xcodeproj" to my Project, but when i compile it, Xcode don't found the libTVVLCKit.a
Please can you give me a complete example, because one month ago this process works great and I publish my app on the store without problem.
Please help me.
Thank you.
P