iOS Question Crashes when compiled as release

karld

Active Member
Licensed User
Longtime User
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

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?
 

karld

Active Member
Licensed User
Longtime User
Ok... Found that the routine I was using to generate a key press noise is the culprit.

It will now compile in release mode.

Back to the drawing board on key press sound....
 
Upvote 0
Top