Page 1 of 1

Rename proper library for putting on App store

Posted: Fri Jun 19, 2015 3:15 pm
by ericmengyi
NOTES:
1) Template project "BASIC runner" contains two libraries: "libSB-dev.a" for running on iOS device and "libSB-sim.a" for running on iOS Simulator. Library name used in project is "libSB.a", so you may need to rename proper library file to "libSB.a" before running your project.
Which library should I use for putting my app on App store?
Thank you!

Re: Rename proper library for putting on App store

Posted: Fri Jun 19, 2015 4:49 pm
by Mr. Kibernetik
Rename libSB-dev.a to libSB.a to check your app on your device and to submit it to AppStore.

dev = "device"
sim = "simulator"

Re: Rename proper library for putting on App store

Posted: Sat Jun 20, 2015 12:05 am
by ericmengyi
Thank you! :D