Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appbox is stuck on upload. #8

Open
omartio opened this issue May 11, 2022 · 5 comments
Open

Appbox is stuck on upload. #8

omartio opened this issue May 11, 2022 · 5 comments
Assignees

Comments

@omartio
Copy link
Contributor

omartio commented May 11, 2022

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
@vineetchoudhary vineetchoudhary self-assigned this May 13, 2022
@vineetchoudhary
Copy link
Member

Hi @omartio

Checking the issue...

@amit-yp
Copy link

amit-yp commented Jul 1, 2022

i got the same problem with 3.1.0 release.

@vineetchoudhary
Copy link
Member

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.

Screenshot 2022-07-31 at 11 35 50 AM

@anhhtbk
Copy link

anhhtbk commented Aug 31, 2022

@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.

@vineetchoudhary
Copy link
Member

Hi @anhhtbk , There is an option to disable the update alert in AppBox Preferences

PreferencesCI SettingCheck "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.

Screenshot 2022-08-31 at 9 21 37 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants