The objective-c tag has no wiki summary.
0
votes
0answers
24 views
samba library failed to download the shared files of Mac osx
I have tried to download the shared files of mac osx using smb from my ipad but it fails with error( unable to open the file). But it can download all windows and linux shared files.
0
votes
1answer
42 views
How to launch a daemon as root in OS X
I put my plist in /Library/LaunchAgents and my exexutive program in /usr/libexec and daemon statrs when system startup . But this daemon is owned by user . I try to put my plist in ...
1
vote
2answers
70 views
Where does sandboxing stop?
I used Norton's iAntivirus app from the Mac App Store to scan my entire hard drive. As expected, it presented me with an Open dialog at the root of my hard drive. I clicked "Open" and let it scan. ...
0
votes
0answers
178 views
implementation of you tube api using Gdata objective-c client [closed]
Currently,I am developing an app in which i implement You Tube API for uploading videos to you tube
from app. I implement API using Gdata objective-c client example youtubetest.xcodeproj. but when i ...
1
vote
2answers
87 views
Using sh -c in terminal
I have this command line that I enter into terminal and it works as intended:
dscl . -readall /Users UniqueID | awk '/^RecordName:/ {name=$2}; /^UniqueID: / {if ($2 > 500) print name}'
What I ...
1
vote
1answer
184 views
Obtain Users and Groups from Mac
How would I obtain the Users and Groups listed under System Preferences from a Mac through the terminal?
I've tried
dscl . list /users
dscl . list /groups
But they give me a list of system-ish ...
1
vote
3answers
339 views
Is there any way to restore iOS Jailbroken device
Is there any way to restore iOS Jailbroken device? or once it jailbroken then warranty gone?Does jailbroking effects hardware of the device?
1
vote
2answers
259 views
How to pass command line arguments in Mac Application
I have created a Command line tool application ( Xocde --> New App --> Command line tool) and it's running without any problems. Now i want to run it through terminal and pass some command line ...
0
votes
4answers
795 views
iOS Printing to Non-Airprint devices?
I have an iOS application that prints just fine. I'm connected to a WiFi network that has a printer that supports AirPrint and I can send to that printer just fine. But I also need to print to ...
1
vote
2answers
137 views
How do I wipe all preferences and settings for a Mac app that's under development?
On iOS, if you want to remove all settings and documents for an application during development and start from a clean install, you just need to delete it. However, on the Mac, removing the application ...
2
votes
0answers
509 views
Command /usr/sbin/chown failed with exit code 1 Error when archiving
I'm trying to archive a project to submit it to the iOS App Store, but keep getting this problem. I have already set yes to the skip install option, re-installed Xcode, rebooted and re-copied my ...
10
votes
2answers
342 views
Prettier text dialogs in OS X scripts
I'm getting pretty sick of these default AppleScript and cocoaDialog dialogs:
I'd like to replace them with something closer to this:
Has anyone made a shell executable like cocoaDialog with a ...
1
vote
1answer
68 views
How to load application from pc to ipod touch
I need to install application which is on my mac PC. My iPod software version is 1.1.5.
Can any one help me to how to install.