iOS Question Error building release app

hammad78

Member
Licensed User
Longtime User
The following error accrues only when building the release app however with the debug mode everything is okay?

The following build commands failed:
CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_home.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/b4i_home.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
 

aeric

Expert
Licensed User
Longtime User
I don’t think this error log is sufficient to know what is the error. You may post the full log.

Have you changed to the production/distribution certificate when compiling as release?
 
Upvote 0
Top