I am following the tutorial on here for publishing your app to the app store.
https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/#content
My app works perfectly in development mode.
Per tutorial I uninstall it from phone and then try to compile it in release mode to test.
The compiler then fails
What did I miss?
https://www.b4x.com/android/forum/threads/publishing-your-app-to-the-app-store.57528/#content
My app works perfectly in development mode.
Per tutorial I uninstall it from phone and then try to compile it in release mode to test.
The compiler then fails
B4X:
UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/LS_1.o
Error: ** BUILD FAILED **
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/b4i_main.o B4iProject/b4i_main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
What did I miss?