iOS Question Only in simulator [SOLVED]

moore_it

Well-Known Member
Licensed User
Longtime User
Hi all,

why the B4i compiler create app only for ios simulator ?

Thanks for help
 

moore_it

Well-Known Member
Licensed User
Longtime User
I use a local mac builder when i create a app release the app work only on simulator it's impossible to distribuite to my devices
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
why the B4i compiler create app only for ios simulator ?
Change the device ip to anything other than "simulator"

1672384180382.png
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
For this i need to create B4i Bridge but ...

B4X:
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
/Users/zztop/Desktop/B4iBuildServer/UploadedProjects/<user id>/B4iProject.xcodeproj: error: Provisioning profile "provision" has app ID "zztop.*", which does not match the bundle ID "it.zztop.bridge". (in target 'B4iProject' from project 'B4iProject')

Error: ** BUILD FAILED **
 
Upvote 0

jahswant

Well-Known Member
Licensed User
Longtime User
 
Upvote 0

moore_it

Well-Known Member
Licensed User
Longtime User
Simply fill the in TOOLS-BUILD CONFIGURATION with configuration name and package and leave blanks for conditional symbol
 
Upvote 0
Top