C Claude Brun Active Member Licensed User Longtime User Jan 5, 2023 #1 hi, I have errors while doing an build bridge app. (build release app run fine) I read on this forum that Xcode 14 is not compatible with bridge app. I uninstalled xcode 14 and installed xcode 13.4 but I still have errors that I cannot understand Thank you for your help Attachments build_bridge_app.pdf 82.6 KB · Views: 167
hi, I have errors while doing an build bridge app. (build release app run fine) I read on this forum that Xcode 14 is not compatible with bridge app. I uninstalled xcode 14 and installed xcode 13.4 but I still have errors that I cannot understand Thank you for your help
moore_it Well-Known Member Licensed User Longtime User Jan 5, 2023 #2 try in TOOLS-BUILD CONFIGURATION with configuration name and package and leave blanks for conditional symbol Upvote 0
try in TOOLS-BUILD CONFIGURATION with configuration name and package and leave blanks for conditional symbol
C Claude Brun Active Member Licensed User Longtime User Jan 5, 2023 #3 thank but conditional symbol is yet blank Attachments configuration.png 46 KB · Views: 91 Upvote 0
moore_it Well-Known Member Licensed User Longtime User Jan 5, 2023 #4 try in "paquet" write B4i.example and compile bridge Upvote 0
C Claude Brun Active Member Licensed User Longtime User Jan 5, 2023 #5 It does not work. This "paquet" name is not compatible with th id (wildcard) of my provision profile (com.baguier.*) Upvote 0
It does not work. This "paquet" name is not compatible with th id (wildcard) of my provision profile (com.baguier.*)
moore_it Well-Known Member Licensed User Longtime User Jan 5, 2023 #8 I've solved in my case Only in simulator [SOLVED] Hi all, why the B4i compiler create app only for ios simulator ? Thanks for help www.b4x.com Upvote 0
I've solved in my case Only in simulator [SOLVED] Hi all, why the B4i compiler create app only for ios simulator ? Thanks for help www.b4x.com
C Claude Brun Active Member Licensed User Longtime User Jan 5, 2023 #9 moore_it said: I've solved in my case Only in simulator [SOLVED] Hi all, why the B4i compiler create app only for ios simulator ? Thanks for help www.b4x.com Click to expand... Upvote 0
moore_it said: I've solved in my case Only in simulator [SOLVED] Hi all, why the B4i compiler create app only for ios simulator ? Thanks for help www.b4x.com Click to expand...
C Claude Brun Active Member Licensed User Longtime User Jan 5, 2023 #10 What is your conf. for me, i use local builder. My mac is on mojave and Irun xcode 13.4 Upvote 0
moore_it Well-Known Member Licensed User Longtime User Jan 9, 2023 #11 I've Ventura with xcode 14.1 and builder 8.10 Upvote 0
C Claude Brun Active Member Licensed User Longtime User Jan 9, 2023 #12 Mistake... my mac is not under Mojave but under Montery Otherwise I solved my problem by replacing #MinVersion 11 by #MinVersion 10 in Project Attributes Now Bridge run fine Upvote 0
Mistake... my mac is not under Mojave but under Montery Otherwise I solved my problem by replacing #MinVersion 11 by #MinVersion 10 in Project Attributes Now Bridge run fine