Jump to content

Gabriel_Cogima

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    1

Gabriel_Cogima last won the day on May 19 2021

Gabriel_Cogima had the most liked content!

Community Reputation

4 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Gabriel_Cogima

    XCode 12 compile error

    Hi Guys ! So now i can build with Xcode 12 and for IOS 14 ! So the solution for me is : In project --> options --> version information --> CFBundleName, put : $(ModuleName) Now i can build my project for the AppStore (Thanks weabow !!!!!) Gabriel
  2. Gabriel_Cogima

    IOS 14 and Xocde 12 issues

    Hi ! thank you weabow ! Now it's work ! For me it runs fine !
  3. Gabriel_Cogima

    XCode 12 compile error

    Nobody ?
  4. Gabriel_Cogima

    IOS 14 and Xocde 12 issues

    Hi ! I want upgrade my app for IOS 14 but i can't ... in fact with Xcode 12 I have error ... i have the patch with delphi and the last version of PAServer (12.1.10.5) And i have this message : ' [PAClient Erreur] Erreur : E0776 2020-12-29 14:17:28.849 xcodebuild[14242:259479] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/zm/w8j7dc4n7_s7hbsrdk104w3r0000gn/T/MyApp_2020-12-29_14-17-28.848.xcdistributionlogs'. ' [PAClient Erreur] Erreur : E0776 ** EXPORT SUCCEEDED ** But it works in developpement configuration but not in Store App configuration .... My setup: IOS 14.3 Xcode 12.3 MacOS 11.1 PAServer 12.1.10.5 Can you help me ? Thanks Gabriel
  5. Gabriel_Cogima

    XCode 12 compile error

    Hi ! I have the same error ... i have the patch and the last version ou PAServer And i have this message : ' [PAClient Erreur] Erreur : E0776 2020-12-29 14:17:28.849 xcodebuild[14242:259479] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/zm/w8j7dc4n7_s7hbsrdk104w3r0000gn/T/BanquesMobile_2020-12-29_14-17-28.848.xcdistributionlogs'. ' [PAClient Erreur] Erreur : E0776 ** EXPORT SUCCEEDED ** But it works in developpement configuration but not in Store App configuration .... Any ideas ?
  6. Gabriel_Cogima

    Firebase

    Hey guys, Do you have a good tutorial for Firebase ? It's for my mobile app IOS/Android. Until my migration in 10.4.1 Firebase working but now ... nop I saw some tuto but it's so horrible. Any suggestion ? Thanks
  7. Gabriel_Cogima

    Error with Transporter

    I find my error .... Just because my minimum version was 10.0 ... and with Delphi 10.4.1 the minimum version is 11.0 Thanks for your help !
  8. Gabriel_Cogima

    Error with Transporter

    Hi guys, I have a problem with transporter, in fact i build my app with Delphi 10.4.1 and when i want to publish in the AppStore (it's an update of my app to support dark mode) it i have "ERROR ITMS-90700: "Incorrect Platform. You included the iOS arm64 executable “BanquesMobile.app/BanquesMobile” in your iOS bundle. Only iOS executables can be included." Of course my app is build with IOS 64bits in Delphi My app is for Android and IOS (64bits) My config : Delphi 10.4.1 PAServer 21 Xcode 11.6 IOS SDK 13.6 Can you help me ? Thanks, Gabriel
×