iOS Question FloatLabeledTextField from iUI8 library failure

John Woodsmall

Active Member
Licensed User
Longtime User
ok i put that iuI8 library in and got a failure on the compile (hosted builder).


The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httpjob.o B4iProject/b4i_httpjob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httputils2service.o B4iProject/b4i_httputils2service.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_richstring.o B4iProject/b4i_richstring.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)

removed it and it compiled normally.
 

John Woodsmall

Active Member
Licensed User
Longtime User
steps:
1.) ticked iUI8 to the library
2.) added:#MinVersion: 8.0 to plist
3.) Build Release-->
4.) error message above
5.) did not add to designer...

(what step am i missing?)

small part below:

Sending data to remote compiler. Error
Error: security: SecKeychainDelete: The specified keychain could not be found.
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
Note: The builder does the same thing when I use the local builder(apple imac) with 4.30 as above.
i get: success: false (as expected).
 
Upvote 0

Similar Threads

Top