Search results for

dsym file

75,477 results found

Post

Replies

Boosts

Views

Activity

Download trouble IOS 9 - unauthorized -
First, I could successfully download and install IOS 9 Beta on my iPhone 5 (Model A1429). It works fine.Second, I also could successfully download and install Mac OS 10.11 on my iMac Mid 2009. It also works fine.Third and here my trouble starts:Then I tried to download IOS 9 Beta for my iPad Air (Model A1474). The download starts, butafter two, three seconds instead of the download file I get a text file named unauthorized with the following content:Sorry, you cannot view this page.This page no longer exists or the Apple ID you signed in with does not have permission to view this page. If you’re currently a member of the Apple Developer Program, you or your Team Agent may need to update your account by agreeing to the latest license agreement in order to access this page.To view your current membership status and benefits, visitMember Center.Copyright © 2015 Apple Inc. All rights reserved.How can I negotiate the loop of unsuccessfulness?
1
0
1.5k
Jun ’15
CoreMotion and iBeacons in background mode
Hello All,I’ve created application which logs motion activity of user with CoreMotion framework and M7-chip functionality (I’m using CMMotionActivityManager).Application works fine in foreground. But I need to check that event occurred in 3-7 seconds frame in background mode.And I need to range iBeacons - check entering to specified zone in background mode and activate my test for the motion event.According following review http://developer.radiusnetworks.com/2013/11/13/ibeacon-monitoring-in-the-background-and-foreground.htmlthe time for detection is about 4 minutes (in average and up to 15 minutes) in background mode.Does exist any method or workaround to grab data for motion activity and ranging iBeacon in the background with better accuracy?- I need to check that event occurred in 3-7 seconds frame and notify user.My concept application works in the following way:1. I’ve activated background mode flags for CoreLocation and Audio (it plays audio signal on event detection).2. At start it requests authorizati
2
0
5.6k
Jun ’15
Renaming Kexts?
Does anyone know if it is still possible to delete or rename unwanted kexts in system/library/extensions?For the last few years theres been a bug in AppleGraphicsPowerManagement.kext that ruins gaming performance on my Macbook Pro 5,2 (Early 2009 17). With Yosemite and earlier I work round it simply by renaming the file to AppleGraphicsPowerManagement.disable and rebooting.Before I try El Capitain I'd like to find out if this is still possible - anyone know?
5
0
7.1k
Jun ’15
Reply to Renaming Kexts?
You would have toa) access System partion of the 10.11 install from 10.10 or earlierb) provide rootless=0 boot argumentc) When you boot in 10.11 installation, go to Utilites - Configure Security (or simillar) and disable it from there.This is needed because, as rumored, system files are not modifiable even by root due to the new security model.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Photos crashing
Same issue here on a 2010 mbp (hi-res).Running from the terminal, it spits out :Assertion failed: (ctx), function CIEAGLContextCreate, file /Library/Caches/com.apple.xbs/Sources/CoreImage/CoreImage-327.6/Framework/misc/CIEAGLContext.m, line 261. right before aborting trap 6.Photos runs fine on another (newer) machine.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Opening an .ipa in X Code - Swift
I developed a simple game app using Flash CC, I converted the game thru Adobe AIR and have a working IOS app. I was curious to see if it is possible to open the .ipa that was created and published in Flash and be able to to open in XCode so I can view the code and build.I was able to rename the file and save as a .zip and insode I do the a Payload folder which has the name of the app with the .app extensionI created a new workspace in XCode and imported the .app, Xcode sees it but I can only view resoursr and plist filesMy goal here is to build this kind of app IN XCode / Swift from scratch. This would be great for me since I know a bit of actionscript and since the Flash app has actionscript I would think that it would be converted to Objective C am I right?Any help?R
1
0
3.3k
Jun ’15
Email Aliases
I've added aliases to my accounts.plist file which worked fine in Yosemite but they don't work in El Capitan.I see that the plist file is now under ~/Library/Mail/V3/MailData/Accounts.plist and the same entries are there that were working on Yosemite, but they are just ignored.I can add email address seperated by commas in the account setup, but that doesn't allow me to change the send from name.Any ideas?Mark
7
0
2.5k
Jun ’15
Filesystem Lab notes
Question: On Yosemite, there is an issue where FileVault 2 will report Encrypted Paused during the encryption process, then never resume. It won't decrypt, and the only fix seemed to be deleting the CoreStorage volume.Is there a fix for this besides deleting the CoreStorage volume? For example, how to unpause and either resume encryption or decrypt?Answer:The Encryption Paused issue was addressed in 10.10.3. The root cause was a problem with resizing the CoreStorage volume. When the CoreStorage volume was unable to grow, the encryption was paused and could not resume until the resize issue was addressed.To fix this issue:1. Update your Mac to 10.10.3, or boot from an alternate drive which is running 10.10.3.2. Un-lock the encrypted drive if necessary3. Open Terminal4. Run the following command to get your Mac's disk identifier:diskutil list5. Once you have the disk identifier information, run the following command:sudo fsck_cs -y disk_identifier_goes_here6. fsck_cs should repair the CoreStorage volume and add
6
0
2.1k
Jun ’15
Reply to Filesystem Lab notes
One thing that seems to be blocked is creating new files in /usr/bin. I've seen several installers which attempt to install files here fail, and trying to touch a file in /usr/bin/ results in a message: Operation not permitted
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Rootless 10.11: Ruby Gem Executables
Hi,This is more of a heads-up for anybody concerned with installing executables via Ruby Gems...El Capitan has changed the Gem environment so that executables are no longer placed in `/usr/bin` -- as was the default in legacy OS X.bash-3.2# gem env RubyGems Environment: - RUBYGEMS VERSION: 2.0.14 - RUBY VERSION: 2.0.0 (2015-04-13 patchlevel 645) [universal.x86_64-darwin15] - INSTALLATION DIRECTORY: /Library/Ruby/Gems/2.0.0 - RUBY EXECUTABLE: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby - EXECUTABLE DIRECTORY: /Library/Ruby/bin - RUBYGEMS PLATFORMS: - ruby - universal-darwin-15 - GEM PATHS: - /Library/Ruby/Gems/2.0.0 - /Users/foo/.gem/ruby/2.0.0 - /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - https://rubygems.org/As you can see, the new path being used for executables is `/Library/Ruby/bin`The most likely reason
2
0
1.8k
Jun ’15
What's New in Managing Apple Devices notes
Expanded DEP now available in 26 countriesFour-hour turnaround for replacement devicesNew features of DEPEnrollment optimization - Keeps the device in Setup Assistant until MDM enrollment completes.DEP will send a DeviceConfigured command to the device, to let it know it can now exit Setup AssistantAvailable for 10.11 / iOS 9Account creation:Prevent user account creationSet passcode policyCreate standard user accountSetup Assistant will also create admin account in the background.- optionally hiddenStandard user is created by Setup Assistant, (possibly hidden) admin user is available for remote administration.Additional panes can be removed from Setup AssistantTouch IDApple PayZoomAndroid Migration <- new option to removeMDMServiceConfigEquivalent to Storebag from iTunes StoreInforms tools what info they can obtain from your serverThree different ways of purchasing appsApp StoreVPP Redemption CodesVPP Managed DistributionVPP expanded to 26 countries (matches DEP)Multinational app assignmentPurchase app in
7
0
6.6k
Jun ’15
NSOpenPanel resolves symbolic links
I've started a discussion https://devforums.apple.com/message/1138585 in the old forums, but I can't reply there anymore.I'm still not satisfied with the answer, because the terminology of file and path choosing API seems off.When I select a file, I have to traverse a path, and the directories belong to a path. A filename by itself is useless and NSOpenPanel returns the directory and filename, which is a path. So in any case, a path is returned, either if a directory or a filename is chosen.But my problem is that NSOpenPanel returns a path which I have not selected, thus I think that this is a bug. It might be possible that my example was not understood, so I will re-phrase the example:I have a directory /usr/local/mongodb-osx-x86_64-3.0.3/bin and there is a linkln -s /usr/local/mongodb-osx-x86_64-3.0.3 /usr/local/mongodbNow I select/usr/local/mongodb/bin/mongodbut NSOpenPanel returns:/usr/local/mongodb-osx-x86_64-3.0.3/bin/mongodPlease note that I have set [panel setResolvesAliases:NO];So h
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
326
Jun ’15