iOS Question Error after upgrading to iOS 9

Juan Marrero

Active Member
Licensed User
Longtime User
I'm having this error after I upgraded my device to iOS 9:

B4X:
B4i version: 2.00
Parsing code.  (0.19s)
Compiling code.  (10.94s)
Compiling layouts code.  (0.21s)
Compiling debugger engine code.  (15.73s)
Building Xcode project  (0.70s)
Sending data to remote compiler.  Error
Out: Build settings from command line:
  ARCHS = armv7
  CODE_SIGN_IDENTITY = iPhone
  CONFIGURATION_BUILD_DIR = /Users/administrator/Documents/UploadedProjects/dddd/Payload
  OTHER_CODE_SIGN_FLAGS = --keychain dddd
  PRODUCT_NAME = CinePizza
  PROVISIONING_PROFILE = f99ade71-9915-4415-8fdd-32b51f5b38f6

=== BUILD TARGET B4iProject OF PROJECT B4iProject WITH CONFIGURATION Release ===

Check dependencies

...
...
...


Error: ** BUILD FAILED **


The following build commands failed:
   Ld Payload/CinePizza.app/CinePizza normal armv7
(1 failure)

I did a suggestion about deleting all keys and creating the provisioning profiles and certificates (Developer and Distribution) but same error occurs.
 
Last edited by a moderator:

abarnett

Member
Licensed User
Longtime User
I think you will find this is all connected to the compile error I reported yesterday. I don't see that there is a resolution at the moment.
 
Upvote 0

Similar Threads

Top