iOS Question B4I Bridge Build failure

touchsquid

Active Member
Licensed User
Longtime User
Using Hosted Builder.

After not using B4I for a couple of weeks, I went back to work. The B4I bridge would not run. The screen flashed on then closed. The app compiles and runs without error but of course does not install.

I tried building the B4I bridge and got this error. I solved it by setting #MinVersion: 9. If set higher it fails.


Error: ** BUILD FAILED **


The following build commands failed:
CompileC /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/main.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'B4iProject' from project 'B4iProject')
(1 failure)
 
Last edited:
Top