fastlane-plugin-appbox
fastlane-plugin-appbox copied to clipboard
Appbox is stuck on upload.
Hello! Since version 3.0 I have had a problem with using Appbox fastlane plugin. It is stuck on upload. I've figured out that build is uploaded to dropbox, but Appbox app dosen't return data to CI. Here are logs:
[12:53:33]: --------------------
[12:53:33]: --- Step: appbox ---
[12:53:33]: --------------------
[12:53:33]: #<FastlaneCore::Configuration:0x00000001091a2890>
[12:53:33]: IPA PATH - /Users/mikhail/Developer/ios/debug_build/elk.ipa
[12:53:33]: Emails - [email protected]
[12:53:33]: AppBox Path - /Applications/AppBox.app/Contents/MacOS/AppBox
[12:53:33]: Starting AppBox...
2022-05-11 12:53:34.005 AppBox[61554:9392769] [AppCenterCrashes] ERROR: -[MSACCrashes notifyWithUserConfirmation:]/1280 Incorrect usage of notifyWithUserConfirmation: it should only be called from userConfirmationHandler. For more information refer to the documentation.
2022-05-11 12:53:34.206 AppBox[61554:9392769] Changing project Emails to "[email protected]" from ""
2022-05-11 12:53:34.206 AppBox[61554:9392769] Changing project personal message to "" from ""
2022-05-11 12:53:34.206 AppBox[61554:9392769] Changing Keep Same Link to "" from "0"
2022-05-11 12:53:34.206 AppBox[61554:9392769] AppBox is ready to upload IPA.
2022-05-11 12:53:34.216 AppBox[61554:9392769] *** Assertion failure in -[NSTextFieldCell _objectValue:forString:errorDescription:], NSCell.m:1330
2022-05-11 12:53:34.217 AppBox[61554:9392769] Invalid parameter not satisfying: aString != nil
2022-05-11 12:53:34.723 AppBox[61554:9392769] DropBox Used Space : 6029MB
2022-05-11 12:53:34.723 AppBox[61554:9392769] DropBox Available Space : 15104MB
Hi @omartio
Checking the issue...
i got the same problem with 3.1.0 release.
Hi, I'm still not able to find a solution for this. But I've some information about what is causing the issue, As macOS have files and folders permission, in the Security & Privacy > Privacy section. Now, an app can only access user-selected folders.
In AppBox 3.2.0, I've added permission for Download Folder access so AppBox can access IPA files available in the downloads folder via CLI or Fastlane.
Even if we give Full Disk Access to the AppBox, still AppBox not able to access the IPA files. I'll keep looking for the solution. Meanwhile, you can continue using 2.9.6.
@vineetchoudhary Can I disable dialog ask update? Because I need use version 2.9.6, when run fastlane I need click "No" to turn off update and continue upload ipa.
Hi @anhhtbk , There is an option to disable the update alert in AppBox Preferences
Preferences → CI Setting → Check "Disable AppBox Update Alert"
If it is already checked and you are still getting the update alert then try to uncheck and check the "Disable AppBox Update Alert" option.