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

[Error] dpkg: status database area is locked by another process #117

Closed
albertschulz opened this issue Jan 2, 2015 · 1 comment
Closed

Comments

@albertschulz
Copy link

I experienced this error while running the script after building the application in XCode 6 when Cydia is running in background on iOS 8.

So to get rid of this, you need to kill cydia before the script installs the new .deb

  1. Add this line in the build phases before the line /opt/iOSOpenDev/bin/iosod --xcbp;

ssh root@DEVICE_IP "ps -U mobile | grep 'MobileCydia' | awk '{print \$1}' | awk 'NR==1' | xargs kill";

  1. Because iOS does not come with ps and awk you will need to install these packages in Cydia before:
  • adv-cmds (for ps)
  • Gawk (for awk)
@i0sa
Copy link

i0sa commented Jan 3, 2015

How did you manage to get iOSOpenDev work with iOS 8 and xCode 6.1
Its killing me with the arm64 thing, i updated libsubstrate ( from here http://sharedinstance.net/2013/12/how-to-support-arm64/ ) to support arm64 then i get this error

ld: building for iOS Simulator, but linking against dylib built for MacOSX file '/opt/iOSOpenDev/lib/libsubstrate.dylib' for architecture x86_64

can't find any solution i did everything, can you tell me your settings, updates, requirements.. thanks.

@kokoabim kokoabim closed this as completed Jul 3, 2024
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

3 participants