I’m having trouble publishing to the app store. Here’s the error I’m getting.
Command failed: cd ***/thunkableCompanionTemp/thunkableCompanion_2125db1a-9eb0-4199-a8ee-7727e8014128/ios && npx exp path && bundle exec fastlane release app_identifier:‘com.gmail.arunpnijhawan.painfree’ app_name:‘PainFree’ team_id:‘TFRR9P246A’ two_factor:‘true’ build_number:‘1’ version_number:‘1’ xcode_project_path:’***/Documents/thunkable-for-ios/thunkableCompanionTemp/thunkableCompanion_2125db1a-9eb0-4199-a8ee-7727e8014128/ios/thunkablecompanion.xcodeproj’ profile_uuid:‘d7f7553e-8210-4ca7-89bc-58ffe759d370’ profile_name:‘PainFree’ There is a new version of exp available (57.2.1). You are currently using exp 56.0.0 Run npm install -g exp to get the latest version [31m [!] Error building the application - see the log above [0m
Any thoughts?
I tried solutions from these posts with no luck:
I am having the same issue. I would appreciate any help on resolving this as soon as possible. My error code is below. Thanks!
Command failed: cd ***/thunkableCompanionTemp/thunkableCompanion_c1e5367d-749e-424b-b522-143b3579cead/ios && npx exp path && bundle exec fastlane release app_identifier:‘edu.umn.lawso242.practice’ app_name:‘Holidazzle’ team_id:‘JLaw’ two_factor:‘true’ build_number:‘1’ version_number:‘1’ xcode_project_path:’***/Documents/thunkable-for-ios/thunkableCompanionTemp/thunkableCompanion_c1e5367d-749e-424b-b522-143b3579cead/ios/thunkablecompanion.xcodeproj’ profile_uuid:‘dcc96a7b-3a39-4891-b00b-5601e9515488’ profile_name:‘Holidazzle Provisioning Profile’ There is a new version of exp available (57.2.1). You are currently using exp 56.0.0 Run npm install -g exp to get the latest version [31m [!] Error building the application - see the log above [0m
Hey @Jacob_Lawson , here’s a suggestion from the Thunkable team (on another thread). I think it worked for me
My best guess is that you generate the wrong type of the provisioning profile . Could you check if your provisioning profile is for good for app store distribution?
That is to say, make sure to choose App Store under Distribution when generating your provisioning profile on the Apple Developer website. If not and you are not sure what to do, here we have a step by step instruction. Please run through the publish process again to upload the new provisioning profile file. If you are still experiencing issues, please let us know so we’d be able to help you further : )
Yes, I used the CSR file to generate the account certificate that I uploaded. I then created the provisioning profile using the same certificate that I uploaded. I really don’t know what to do at this point, as it seems everyone is telling me that my certificate and/or provisioning profile must be messed up, but I have followed the instructions very closely several times.
Command failed: cd ***/thunkableCompanionTemp/thunkableCompanion_81dacacf-13f0-4607-bcc7-e38acf9dfe7f/ios && npx exp path && bundle exec fastlane release app_identifier:‘ba.gov.br.laurodefreitas.lauroemacao’ app_name:‘Lauro em Ação’ team_id:‘8N827X9BUF’ two_factor:‘true’ build_number:‘1’ version_number:‘6’ xcode_project_path:’***/Documents/thunkable-for-ios/thunkableCompanionTemp/thunkableCompanion_81dacacf-13f0-4607-bcc7-e38acf9dfe7f/ios/thunkablecompanion.xcodeproj’ profile_uuid:‘3e1422ca-be33-491e-a814-c1868271d3d8’ profile_name:‘Lauro em Ação’ There is a new version of exp available (57.2.1). You are currently using exp 56.0.0 Run npm install -g exp to get the latest version [31m [!] Error building the application - see the log above [0m